Html Css Color HEX #A5AF09 Citrus

📋 copy color: '#A5AF09'

red 165 ◦ green 175 ◦ blue 9

#A5AF09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A5AF09

Tints of Citrus #A5AF09

RGB

 RED value IS 165 (64.84% from 255) = 47.28%

 GREEN value IS 175 (68.75% from 255) = 50.14%

 BLUE value IS 9 (3.91% from 255) = 2.58%

R = 47.28%
G = 50.14%
B = 2.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5AF09 (or 0xA5AF09) is known color: Citrus. HEX triplet: A5, AF and 09. RGB value is (165,175,9). Sum of RGB (Red+Green+Blue) = 165+175+9=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AF09 is #5A50F6. Grayscale: #999999. Windows color (decimal): -5918967 or 634789. OLE color: 634789.

HSL color Cylindrical-coordinate representation of color #A5AF09: hue angle of 63.61º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5AF09 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 9 -
CMYK 0.06 0 0.95 0.31
HSL 63.61º 0.9% 0.36% -
HSV(B) 63.61º 0.95% 0.69% -
XYZ 30.9 38.68 6.1 -
YUV 153.09 46.69 136.5 -
System Red Green Blue C M Y K H S L
Decimal 165 175 9 0.06 0 0.95 0.31 63.61 0.9 0.36
Hex A5 AF 9 6 0 5F 1F 40 5A 24
Octal 245 257 11 6 0 137 37 100 132 44
Binary 10100101 10101111 1001 110 0 1011111 11111 1000000 1011010 100100

Color Harmonies of #A5AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF09

Black with #A5AF09

Text Example


Text Example

White with #A5AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF09; }

 p { color: rgb(165,175,9); }

 H1.HeaderClassName
 {
   color: #A5AF09;
 }
 .AnyTagClassName
 {
   color: #A5AF09;
 }
</style>

background-color css

<style>
 a { background-color: #A5AF09; }

 a { background-color: rgb(165,175,9); }

 div.DivClassName
 {
   background-color: #A5AF09;
 }
 .BgClassName
 {
   background-color: #A5AF09;
 }
</style>

border-color css

<style>
 span { border-color: #A5AF09; }

 span { border-color: rgb(165,175,9); }

 td.TdClassName
 {
   border-color: #A5AF09;
 }
 .TagClassName
 {
   border-color: #A5AF09;
 }
</style>