Html Css Color HEX #ACB770 Caper

📋 copy color: '#ACB770'

red 172 ◦ green 183 ◦ blue 112

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

Shades of Caper #ACB770

Tints of Caper #ACB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 36.83%
G = 39.19%
B = 23.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#ACB770 (or 0xACB770) is known color: Caper. HEX triplet: AC, B7 and 70. RGB value is (172,183,112). Sum of RGB (Red+Green+Blue) = 172+183+112=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB770 is #53488F. Grayscale: #ABABAB. Windows color (decimal): -5458064 or 7387052. OLE color: 7387052.

HSL color Cylindrical-coordinate representation of color #ACB770: hue angle of 69.3º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB770 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 112 -
CMYK 0.06 0 0.39 0.28
HSL 69.3º 0.33% 0.58% -
HSV(B) 69.3º 0.39% 0.72% -
XYZ 36.87 43.81 21.84 -
YUV 171.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 172 183 112 0.06 0 0.39 0.28 69.3 0.33 0.58
Hex AC B7 70 6 0 27 1C 45 21 3A
Octal 254 267 160 6 0 47 34 105 41 72
Binary 10101100 10110111 1110000 110 0 100111 11100 1000101 100001 111010

Color Harmonies of #ACB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB770

Black with #ACB770

Text Example


Text Example

White with #ACB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB770; }

 p { color: rgb(172,183,112); }

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

background-color css

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

 a { background-color: rgb(172,183,112); }

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

border-color css

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

 span { border-color: rgb(172,183,112); }

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