Html Css Color HEX #A8AA04 Citrus

📋 copy color: '#A8AA04'

red 168 ◦ green 170 ◦ blue 4

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

Shades of Citrus #A8AA04

Tints of Citrus #A8AA04

RGB

 RED value IS 168 (66.02% from 255) = 49.12%

 GREEN value IS 170 (66.8% from 255) = 49.71%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 49.12%
G = 49.71%
B = 1.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#A8AA04 (or 0xA8AA04) is known color: Citrus. HEX triplet: A8, AA and 04. RGB value is (168,170,4). Sum of RGB (Red+Green+Blue) = 168+170+4=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA04 is #5755FB. Grayscale: #979797. Windows color (decimal): -5723644 or 305832. OLE color: 305832.

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

Color convert

RGB 168 170 4 -
CMYK 0.01 0 0.98 0.33
HSL 60.72º 0.95% 0.34% -
HSV(B) 60.72º 0.98% 0.67% -
XYZ 30.55 37.08 5.66 -
YUV 150.48 45.34 140.5 -
System Red Green Blue C M Y K H S L
Decimal 168 170 4 0.01 0 0.98 0.33 60.72 0.95 0.34
Hex A8 AA 4 1 0 62 21 3D 5F 22
Octal 250 252 4 1 0 142 41 75 137 42
Binary 10101000 10101010 100 1 0 1100010 100001 111101 1011111 100010

Color Harmonies of #A8AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA04

Black with #A8AA04

Text Example


Text Example

White with #A8AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA04; }

 p { color: rgb(168,170,4); }

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

background-color css

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

 a { background-color: rgb(168,170,4); }

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

border-color css

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

 span { border-color: rgb(168,170,4); }

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