Html Css Color HEX #AAB408 Citrus

📋 copy color: '#AAB408'

red 170 ◦ green 180 ◦ blue 8

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

Shades of Citrus #AAB408

Tints of Citrus #AAB408

RGB

 RED value IS 170 (66.8% from 255) = 47.49%

 GREEN value IS 180 (70.7% from 255) = 50.28%

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

R = 47.49%
G = 50.28%
B = 2.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#AAB408 (or 0xAAB408) is known color: Citrus. HEX triplet: AA, B4 and 08. RGB value is (170,180,8). Sum of RGB (Red+Green+Blue) = 170+180+8=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB408 is #554BF7. Grayscale: #9E9E9E. Windows color (decimal): -5590008 or 570538. OLE color: 570538.

HSL color Cylindrical-coordinate representation of color #AAB408: hue angle of 63.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB408 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 8 -
CMYK 0.06 0 0.96 0.29
HSL 63.49º 0.91% 0.37% -
HSV(B) 63.49º 0.96% 0.71% -
XYZ 32.94 41.21 6.45 -
YUV 157.4 43.69 136.99 -
System Red Green Blue C M Y K H S L
Decimal 170 180 8 0.06 0 0.96 0.29 63.49 0.91 0.37
Hex AA B4 8 6 0 60 1D 3F 5B 25
Octal 252 264 10 6 0 140 35 77 133 45
Binary 10101010 10110100 1000 110 0 1100000 11101 111111 1011011 100101

Color Harmonies of #AAB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB408

Black with #AAB408

Text Example


Text Example

White with #AAB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB408; }

 p { color: rgb(170,180,8); }

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

background-color css

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

 a { background-color: rgb(170,180,8); }

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

border-color css

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

 span { border-color: rgb(170,180,8); }

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