Html Css Color HEX #ACBB8A Caper

📋 copy color: '#ACBB8A'

red 172 ◦ green 187 ◦ blue 138

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

Shades of Caper #ACBB8A

Tints of Caper #ACBB8A

RGB

 RED value IS 172 (67.58% from 255) = 34.61%

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 34.61%
G = 37.63%
B = 27.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#ACBB8A (or 0xACBB8A) is known color: Caper. HEX triplet: AC, BB and 8A. RGB value is (172,187,138). Sum of RGB (Red+Green+Blue) = 172+187+138=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB8A is #534475. Grayscale: #B1B1B1. Windows color (decimal): -5457014 or 9092012. OLE color: 9092012.

HSL color Cylindrical-coordinate representation of color #ACBB8A: hue angle of 78.37º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBB8A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 138 -
CMYK 0.08 0 0.26 0.27
HSL 78.37º 0.26% 0.64% -
HSV(B) 78.37º 0.26% 0.73% -
XYZ 39.37 46.15 30.88 -
YUV 176.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 172 187 138 0.08 0 0.26 0.27 78.37 0.26 0.64
Hex AC BB 8A 8 0 1A 1B 4E 1A 40
Octal 254 273 212 10 0 32 33 116 32 100
Binary 10101100 10111011 10001010 1000 0 11010 11011 1001110 11010 1000000

Color Harmonies of #ACBB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB8A

Black with #ACBB8A

Text Example


Text Example

White with #ACBB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB8A; }

 p { color: rgb(172,187,138); }

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

background-color css

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

 a { background-color: rgb(172,187,138); }

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

border-color css

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

 span { border-color: rgb(172,187,138); }

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