Html Css Color HEX #A8AA05 Citrus

📋 copy color: '#A8AA05'

red 168 ◦ green 170 ◦ blue 5

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

Shades of Citrus #A8AA05

Tints of Citrus #A8AA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 48.98%
G = 49.56%
B = 1.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#A8AA05 (or 0xA8AA05) is known color: Citrus. HEX triplet: A8, AA and 05. RGB value is (168,170,5). Sum of RGB (Red+Green+Blue) = 168+170+5=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA05 is #5755FA. Grayscale: #979797. Windows color (decimal): -5723643 or 371368. OLE color: 371368.

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

Color convert

RGB 168 170 5 -
CMYK 0.01 0 0.97 0.33
HSL 60.73º 0.94% 0.34% -
HSV(B) 60.73º 0.97% 0.67% -
XYZ 30.55 37.09 5.69 -
YUV 150.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 168 170 5 0.01 0 0.97 0.33 60.73 0.94 0.34
Hex A8 AA 5 1 0 61 21 3D 5E 22
Octal 250 252 5 1 0 141 41 75 136 42
Binary 10101000 10101010 101 1 0 1100001 100001 111101 1011110 100010

Color Harmonies of #A8AA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA05

Black with #A8AA05

Text Example


Text Example

White with #A8AA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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