Html Css Color HEX #ACB68B Caper

📋 copy color: '#ACB68B'

red 172 ◦ green 182 ◦ blue 139

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

Shades of Caper #ACB68B

Tints of Caper #ACB68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 34.89%
G = 36.92%
B = 28.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#ACB68B (or 0xACB68B) is known color: Caper. HEX triplet: AC, B6 and 8B. RGB value is (172,182,139). Sum of RGB (Red+Green+Blue) = 172+182+139=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB68B is #534974. Grayscale: #AEAEAE. Windows color (decimal): -5458293 or 9156268. OLE color: 9156268.

HSL color Cylindrical-coordinate representation of color #ACB68B: hue angle of 73.95º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB68B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 139 -
CMYK 0.05 0 0.24 0.29
HSL 73.95º 0.23% 0.63% -
HSV(B) 73.95º 0.24% 0.71% -
XYZ 38.4 44.09 30.91 -
YUV 174.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 172 182 139 0.05 0 0.24 0.29 73.95 0.23 0.63
Hex AC B6 8B 5 0 18 1D 4A 17 3F
Octal 254 266 213 5 0 30 35 112 27 77
Binary 10101100 10110110 10001011 101 0 11000 11101 1001010 10111 111111

Color Harmonies of #ACB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB68B

Black with #ACB68B

Text Example


Text Example

White with #ACB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB68B; }

 p { color: rgb(172,182,139); }

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

background-color css

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

 a { background-color: rgb(172,182,139); }

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

border-color css

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

 span { border-color: rgb(172,182,139); }

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