Html Css Color HEX #A6A506 Citrus

📋 copy color: '#A6A506'

red 166 ◦ green 165 ◦ blue 6

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

Shades of Citrus #A6A506

Tints of Citrus #A6A506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 49.26%
G = 48.96%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A6A506 (or 0xA6A506) is known color: Citrus. HEX triplet: A6, A5 and 06. RGB value is (166,165,6). Sum of RGB (Red+Green+Blue) = 166+165+6=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A506 is #595AF9. Grayscale: #939393. Windows color (decimal): -5855994 or 435622. OLE color: 435622.

HSL color Cylindrical-coordinate representation of color #A6A506: hue angle of 59.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6A506 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 165 6 -
CMYK 0 0.01 0.96 0.35
HSL 59.63º 0.93% 0.34% -
HSV(B) 59.63º 0.96% 0.65% -
XYZ 29.21 35.03 5.39 -
YUV 147.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 166 165 6 0 0.01 0.96 0.35 59.63 0.93 0.34
Hex A6 A5 6 0 1 60 23 3C 5D 22
Octal 246 245 6 0 1 140 43 74 135 42
Binary 10100110 10100101 110 0 1 1100000 100011 111100 1011101 100010

Color Harmonies of #A6A506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A506

Black with #A6A506

Text Example


Text Example

White with #A6A506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A506; }

 p { color: rgb(166,165,6); }

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

background-color css

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

 a { background-color: rgb(166,165,6); }

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

border-color css

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

 span { border-color: rgb(166,165,6); }

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