Html Css Color HEX #ACB98A Caper

📋 copy color: '#ACB98A'

red 172 ◦ green 185 ◦ blue 138

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

Shades of Caper #ACB98A

Tints of Caper #ACB98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

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

R = 34.75%
G = 37.37%
B = 27.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#ACB98A (or 0xACB98A) is known color: Caper. HEX triplet: AC, B9 and 8A. RGB value is (172,185,138). Sum of RGB (Red+Green+Blue) = 172+185+138=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB98A is #534675. Grayscale: #AFAFAF. Windows color (decimal): -5457526 or 9091500. OLE color: 9091500.

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

Color convert

RGB 172 185 138 -
CMYK 0.07 0 0.25 0.27
HSL 76.6º 0.25% 0.63% -
HSV(B) 76.6º 0.25% 0.73% -
XYZ 38.95 45.3 30.74 -
YUV 175.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 172 185 138 0.07 0 0.25 0.27 76.6 0.25 0.63
Hex AC B9 8A 7 0 19 1B 4D 19 3F
Octal 254 271 212 7 0 31 33 115 31 77
Binary 10101100 10111001 10001010 111 0 11001 11011 1001101 11001 111111

Color Harmonies of #ACB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB98A

Black with #ACB98A

Text Example


Text Example

White with #ACB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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