Html Css Color HEX #AAB67E Caper

📋 copy color: '#AAB67E'

red 170 ◦ green 182 ◦ blue 126

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

Shades of Caper #AAB67E

Tints of Caper #AAB67E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 35.56%
G = 38.08%
B = 26.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#AAB67E (or 0xAAB67E) is known color: Caper. HEX triplet: AA, B6 and 7E. RGB value is (170,182,126). Sum of RGB (Red+Green+Blue) = 170+182+126=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB67E is #554981. Grayscale: #ACACAC. Windows color (decimal): -5589378 or 8304298. OLE color: 8304298.

HSL color Cylindrical-coordinate representation of color #AAB67E: hue angle of 72.86º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB67E is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 126 -
CMYK 0.07 0 0.31 0.29
HSL 72.86º 0.28% 0.6% -
HSV(B) 72.86º 0.31% 0.71% -
XYZ 37.07 43.51 26.18 -
YUV 172.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 170 182 126 0.07 0 0.31 0.29 72.86 0.28 0.6
Hex AA B6 7E 7 0 1F 1D 49 1C 3C
Octal 252 266 176 7 0 37 35 111 34 74
Binary 10101010 10110110 1111110 111 0 11111 11101 1001001 11100 111100

Color Harmonies of #AAB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB67E

Black with #AAB67E

Text Example


Text Example

White with #AAB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB67E; }

 p { color: rgb(170,182,126); }

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

background-color css

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

 a { background-color: rgb(170,182,126); }

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

border-color css

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

 span { border-color: rgb(170,182,126); }

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