Html Css Color HEX #ACBA8A Caper

📋 copy color: '#ACBA8A'

red 172 ◦ green 186 ◦ blue 138

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

Shades of Caper #ACBA8A

Tints of Caper #ACBA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

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

R = 34.68%
G = 37.5%
B = 27.82%

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

#ACBA8A (or 0xACBA8A) is known color: Caper. HEX triplet: AC, BA and 8A. RGB value is (172,186,138). Sum of RGB (Red+Green+Blue) = 172+186+138=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA8A is #534575. Grayscale: #B0B0B0. Windows color (decimal): -5457270 or 9091756. OLE color: 9091756.

HSL color Cylindrical-coordinate representation of color #ACBA8A: hue angle of 77.5º 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 #ACBA8A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 138 -
CMYK 0.08 0 0.26 0.27
HSL 77.5º 0.26% 0.64% -
HSV(B) 77.5º 0.26% 0.73% -
XYZ 39.16 45.72 30.81 -
YUV 176.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 172 186 138 0.08 0 0.26 0.27 77.5 0.26 0.64
Hex AC BA 8A 8 0 1A 1B 4E 1A 40
Octal 254 272 212 10 0 32 33 116 32 100
Binary 10101100 10111010 10001010 1000 0 11010 11011 1001110 11010 1000000

Color Harmonies of #ACBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA8A

Black with #ACBA8A

Text Example


Text Example

White with #ACBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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