Html Css Color HEX #AAB27D Locust

📋 copy color: '#AAB27D'

red 170 ◦ green 178 ◦ blue 125

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

Shades of Locust #AAB27D

Tints of Locust #AAB27D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 35.94%
G = 37.63%
B = 26.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AAB27D (or 0xAAB27D) is known color: Locust. HEX triplet: AA, B2 and 7D. RGB value is (170,178,125). Sum of RGB (Red+Green+Blue) = 170+178+125=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB27D is #554D82. Grayscale: #A9A9A9. Windows color (decimal): -5590403 or 8237738. OLE color: 8237738.

HSL color Cylindrical-coordinate representation of color #AAB27D: hue angle of 69.06º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB27D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 125 -
CMYK 0.04 0 0.30 0.30
HSL 69.06º 0.26% 0.59% -
HSV(B) 69.06º 0.3% 0.7% -
XYZ 36.2 41.87 25.58 -
YUV 169.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 170 178 125 0.04 0 0.30 0.30 69.06 0.26 0.59
Hex AA B2 7D 4 0 1E 1E 45 1A 3B
Octal 252 262 175 4 0 36 36 105 32 73
Binary 10101010 10110010 1111101 100 0 11110 11110 1000101 11010 111011

Color Harmonies of #AAB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB27D

Black with #AAB27D

Text Example


Text Example

White with #AAB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB27D; }

 p { color: rgb(170,178,125); }

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

background-color css

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

 a { background-color: rgb(170,178,125); }

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

border-color css

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

 span { border-color: rgb(170,178,125); }

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