Html Css Color HEX #AAB108 Citrus

📋 copy color: '#AAB108'

red 170 ◦ green 177 ◦ blue 8

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

Shades of Citrus #AAB108

Tints of Citrus #AAB108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.86%

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

R = 47.89%
G = 49.86%
B = 2.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AAB108 (or 0xAAB108) is known color: Citrus. HEX triplet: AA, B1 and 08. RGB value is (170,177,8). Sum of RGB (Red+Green+Blue) = 170+177+8=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB108 is #554EF7. Grayscale: #9C9C9C. Windows color (decimal): -5590776 or 569770. OLE color: 569770.

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

Color convert

RGB 170 177 8 -
CMYK 0.04 0 0.95 0.31
HSL 62.49º 0.91% 0.36% -
HSV(B) 62.49º 0.95% 0.69% -
XYZ 32.34 40.01 6.25 -
YUV 155.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 170 177 8 0.04 0 0.95 0.31 62.49 0.91 0.36
Hex AA B1 8 4 0 5F 1F 3E 5B 24
Octal 252 261 10 4 0 137 37 76 133 44
Binary 10101010 10110001 1000 100 0 1011111 11111 111110 1011011 100100

Color Harmonies of #AAB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB108

Black with #AAB108

Text Example


Text Example

White with #AAB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB108; }

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

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

background-color css

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

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

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

border-color css

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

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

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