Html Css Color HEX #A5A606 Citrus

📋 copy color: '#A5A606'

red 165 ◦ green 166 ◦ blue 6

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

Shades of Citrus #A5A606

Tints of Citrus #A5A606

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A5A606 (or 0xA5A606) is known color: Citrus. HEX triplet: A5, A6 and 06. RGB value is (165,166,6). Sum of RGB (Red+Green+Blue) = 165+166+6=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A606 is #5A59F9. Grayscale: #949494. Windows color (decimal): -5921274 or 435877. OLE color: 435877.

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

Color convert

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

Color Harmonies of #A5A606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A606

Black with #A5A606

Text Example


Text Example

White with #A5A606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A606; }

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

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

background-color css

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

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

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

border-color css

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

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

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