Html Css Color HEX #AAB10D Citrus

📋 copy color: '#AAB10D'

red 170 ◦ green 177 ◦ blue 13

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

Shades of Citrus #AAB10D

Tints of Citrus #AAB10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 47.22%
G = 49.17%
B = 3.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AAB10D (or 0xAAB10D) is known color: Citrus. HEX triplet: AA, B1 and 0D. RGB value is (170,177,13). Sum of RGB (Red+Green+Blue) = 170+177+13=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB10D is #554EF2. Grayscale: #9C9C9C. Windows color (decimal): -5590771 or 897450. OLE color: 897450.

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

Color convert

RGB 170 177 13 -
CMYK 0.04 0 0.93 0.31
HSL 62.56º 0.86% 0.37% -
HSV(B) 62.56º 0.93% 0.69% -
XYZ 32.37 40.02 6.4 -
YUV 156.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 170 177 13 0.04 0 0.93 0.31 62.56 0.86 0.37
Hex AA B1 D 4 0 5D 1F 3F 56 25
Octal 252 261 15 4 0 135 37 77 126 45
Binary 10101010 10110001 1101 100 0 1011101 11111 111111 1010110 100101

Color Harmonies of #AAB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB10D

Black with #AAB10D

Text Example


Text Example

White with #AAB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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