Html Css Color HEX #A2A408 Citrus

📋 copy color: '#A2A408'

red 162 ◦ green 164 ◦ blue 8

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

Shades of Citrus #A2A408

Tints of Citrus #A2A408

RGB

 RED value IS 162 (63.67% from 255) = 48.5%

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 48.5%
G = 49.1%
B = 2.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A2A408 (or 0xA2A408) is known color: Citrus. HEX triplet: A2, A4 and 08. RGB value is (162,164,8). Sum of RGB (Red+Green+Blue) = 162+164+8=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A408 is #5D5BF7. Grayscale: #929292. Windows color (decimal): -6118392 or 566434. OLE color: 566434.

HSL color Cylindrical-coordinate representation of color #A2A408: hue angle of 60.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2A408 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 164 8 -
CMYK 0.01 0 0.95 0.36
HSL 60.77º 0.91% 0.34% -
HSV(B) 60.77º 0.95% 0.64% -
XYZ 28.22 34.25 5.35 -
YUV 145.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 162 164 8 0.01 0 0.95 0.36 60.77 0.91 0.34
Hex A2 A4 8 1 0 5F 24 3D 5B 22
Octal 242 244 10 1 0 137 44 75 133 42
Binary 10100010 10100100 1000 1 0 1011111 100100 111101 1011011 100010

Color Harmonies of #A2A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A408

Black with #A2A408

Text Example


Text Example

White with #A2A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A408; }

 p { color: rgb(162,164,8); }

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

background-color css

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

 a { background-color: rgb(162,164,8); }

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

border-color css

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

 span { border-color: rgb(162,164,8); }

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