Html Css Color HEX #A6AF09 Citrus

📋 copy color: '#A6AF09'

red 166 ◦ green 175 ◦ blue 9

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

Shades of Citrus #A6AF09

Tints of Citrus #A6AF09

RGB

 RED value IS 166 (65.23% from 255) = 47.43%

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

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

R = 47.43%
G = 50%
B = 2.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#A6AF09 (or 0xA6AF09) is known color: Citrus. HEX triplet: A6, AF and 09. RGB value is (166,175,9). Sum of RGB (Red+Green+Blue) = 166+175+9=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF09 is #5950F6. Grayscale: #9A9A9A. Windows color (decimal): -5853431 or 634790. OLE color: 634790.

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

Color convert

RGB 166 175 9 -
CMYK 0.05 0 0.95 0.31
HSL 63.25º 0.9% 0.36% -
HSV(B) 63.25º 0.95% 0.69% -
XYZ 31.11 38.79 6.11 -
YUV 153.39 46.52 137 -
System Red Green Blue C M Y K H S L
Decimal 166 175 9 0.05 0 0.95 0.31 63.25 0.9 0.36
Hex A6 AF 9 5 0 5F 1F 3F 5A 24
Octal 246 257 11 5 0 137 37 77 132 44
Binary 10100110 10101111 1001 101 0 1011111 11111 111111 1011010 100100

Color Harmonies of #A6AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF09

Black with #A6AF09

Text Example


Text Example

White with #A6AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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