Html Css Color HEX #A0AF09 Citrus

📋 copy color: '#A0AF09'

red 160 ◦ green 175 ◦ blue 9

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

Shades of Citrus #A0AF09

Tints of Citrus #A0AF09

RGB

 RED value IS 160 (62.89% from 255) = 46.51%

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

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

R = 46.51%
G = 50.87%
B = 2.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#A0AF09 (or 0xA0AF09) is known color: Citrus. HEX triplet: A0, AF and 09. RGB value is (160,175,9). Sum of RGB (Red+Green+Blue) = 160+175+9=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF09 is #5F50F6. Grayscale: #989898. Windows color (decimal): -6246647 or 634784. OLE color: 634784.

HSL color Cylindrical-coordinate representation of color #A0AF09: hue angle of 65.42º 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 #A0AF09 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 9 -
CMYK 0.09 0 0.95 0.31
HSL 65.42º 0.9% 0.36% -
HSV(B) 65.42º 0.95% 0.69% -
XYZ 29.88 38.15 6.05 -
YUV 151.59 47.53 134 -
System Red Green Blue C M Y K H S L
Decimal 160 175 9 0.09 0 0.95 0.31 65.42 0.9 0.36
Hex A0 AF 9 9 0 5F 1F 41 5A 24
Octal 240 257 11 11 0 137 37 101 132 44
Binary 10100000 10101111 1001 1001 0 1011111 11111 1000001 1011010 100100

Color Harmonies of #A0AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF09

Black with #A0AF09

Text Example


Text Example

White with #A0AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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