Html Css Color HEX #AAB381 Caper

📋 copy color: '#AAB381'

red 170 ◦ green 179 ◦ blue 129

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

Shades of Caper #AAB381

Tints of Caper #AAB381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 129 (50.78% from 255) = 26.99%

R = 35.56%
G = 37.45%
B = 26.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#AAB381 (or 0xAAB381) is known color: Caper. HEX triplet: AA, B3 and 81. RGB value is (170,179,129). Sum of RGB (Red+Green+Blue) = 170+179+129=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB381 is #554C7E. Grayscale: #AAAAAA. Windows color (decimal): -5590143 or 8500138. OLE color: 8500138.

HSL color Cylindrical-coordinate representation of color #AAB381: hue angle of 70.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB381 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 129 -
CMYK 0.05 0 0.28 0.30
HSL 70.8º 0.25% 0.6% -
HSV(B) 70.8º 0.28% 0.7% -
XYZ 36.66 42.37 27.02 -
YUV 170.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 170 179 129 0.05 0 0.28 0.30 70.8 0.25 0.6
Hex AA B3 81 5 0 1C 1E 47 19 3C
Octal 252 263 201 5 0 34 36 107 31 74
Binary 10101010 10110011 10000001 101 0 11100 11110 1000111 11001 111100

Color Harmonies of #AAB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB381

Black with #AAB381

Text Example


Text Example

White with #AAB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB381; }

 p { color: rgb(170,179,129); }

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

background-color css

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

 a { background-color: rgb(170,179,129); }

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

border-color css

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

 span { border-color: rgb(170,179,129); }

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