Html Css Color HEX #ACBD89 Caper

📋 copy color: '#ACBD89'

red 172 ◦ green 189 ◦ blue 137

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

Shades of Caper #ACBD89

Tints of Caper #ACBD89

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 137 (53.91% from 255) = 27.51%

R = 34.54%
G = 37.95%
B = 27.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#ACBD89 (or 0xACBD89) is known color: Caper. HEX triplet: AC, BD and 89. RGB value is (172,189,137). Sum of RGB (Red+Green+Blue) = 172+189+137=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD89 is #534276. Grayscale: #B2B2B2. Windows color (decimal): -5456503 or 9026988. OLE color: 9026988.

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

Color convert

RGB 172 189 137 -
CMYK 0.09 0 0.28 0.26
HSL 79.62º 0.28% 0.64% -
HSV(B) 79.62º 0.28% 0.74% -
XYZ 39.73 46.97 30.64 -
YUV 177.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 172 189 137 0.09 0 0.28 0.26 79.62 0.28 0.64
Hex AC BD 89 9 0 1C 1A 50 1C 40
Octal 254 275 211 11 0 34 32 120 34 100
Binary 10101100 10111101 10001001 1001 0 11100 11010 1010000 11100 1000000

Color Harmonies of #ACBD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD89

Black with #ACBD89

Text Example


Text Example

White with #ACBD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD89; }

 p { color: rgb(172,189,137); }

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

background-color css

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

 a { background-color: rgb(172,189,137); }

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

border-color css

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

 span { border-color: rgb(172,189,137); }

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