Html Css Color HEX #AAB27B Locust

📋 copy color: '#AAB27B'

red 170 ◦ green 178 ◦ blue 123

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

Shades of Locust #AAB27B

Tints of Locust #AAB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 36.09%
G = 37.79%
B = 26.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#AAB27B (or 0xAAB27B) is known color: Locust. HEX triplet: AA, B2 and 7B. RGB value is (170,178,123). Sum of RGB (Red+Green+Blue) = 170+178+123=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB27B is #554D84. Grayscale: #A9A9A9. Windows color (decimal): -5590405 or 8106666. OLE color: 8106666.

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

Color convert

RGB 170 178 123 -
CMYK 0.04 0 0.31 0.30
HSL 68.73º 0.26% 0.59% -
HSV(B) 68.73º 0.31% 0.7% -
XYZ 36.07 41.82 24.91 -
YUV 169.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 170 178 123 0.04 0 0.31 0.30 68.73 0.26 0.59
Hex AA B2 7B 4 0 1F 1E 45 1A 3B
Octal 252 262 173 4 0 37 36 105 32 73
Binary 10101010 10110010 1111011 100 0 11111 11110 1000101 11010 111011

Color Harmonies of #AAB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB27B

Black with #AAB27B

Text Example


Text Example

White with #AAB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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