Html Css Color HEX #A6A407 Citrus

📋 copy color: '#A6A407'

red 166 ◦ green 164 ◦ blue 7

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

Shades of Citrus #A6A407

Tints of Citrus #A6A407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.66%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 49.26%
G = 48.66%
B = 2.08%

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

#A6A407 (or 0xA6A407) is known color: Citrus. HEX triplet: A6, A4 and 07. RGB value is (166,164,7). Sum of RGB (Red+Green+Blue) = 166+164+7=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A407 is #595BF8. Grayscale: #939393. Windows color (decimal): -5856249 or 500902. OLE color: 500902.

HSL color Cylindrical-coordinate representation of color #A6A407: hue angle of 59.25º degrees, saturation: 0.92, 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 #A6A407 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 7 -
CMYK 0 0.01 0.96 0.35
HSL 59.25º 0.92% 0.34% -
HSV(B) 59.25º 0.96% 0.65% -
XYZ 29.04 34.67 5.36 -
YUV 146.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 166 164 7 0 0.01 0.96 0.35 59.25 0.92 0.34
Hex A6 A4 7 0 1 60 23 3B 5C 22
Octal 246 244 7 0 1 140 43 73 134 42
Binary 10100110 10100100 111 0 1 1100000 100011 111011 1011100 100010

Color Harmonies of #A6A407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A407

Black with #A6A407

Text Example


Text Example

White with #A6A407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A407; }

 p { color: rgb(166,164,7); }

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

background-color css

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

 a { background-color: rgb(166,164,7); }

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

border-color css

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

 span { border-color: rgb(166,164,7); }

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