Html Css Color HEX #ACB775 Caper

📋 copy color: '#ACB775'

red 172 ◦ green 183 ◦ blue 117

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

Shades of Caper #ACB775

Tints of Caper #ACB775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 36.44%
G = 38.77%
B = 24.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#ACB775 (or 0xACB775) is known color: Caper. HEX triplet: AC, B7 and 75. RGB value is (172,183,117). Sum of RGB (Red+Green+Blue) = 172+183+117=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB775 is #53488A. Grayscale: #ACACAC. Windows color (decimal): -5458059 or 7714732. OLE color: 7714732.

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

Color convert

RGB 172 183 117 -
CMYK 0.06 0 0.36 0.28
HSL 70º 0.31% 0.59% -
HSV(B) 70º 0.36% 0.72% -
XYZ 37.16 43.92 23.35 -
YUV 172.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 172 183 117 0.06 0 0.36 0.28 70 0.31 0.59
Hex AC B7 75 6 0 24 1C 46 1F 3B
Octal 254 267 165 6 0 44 34 106 37 73
Binary 10101100 10110111 1110101 110 0 100100 11100 1000110 11111 111011

Color Harmonies of #ACB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB775

Black with #ACB775

Text Example


Text Example

White with #ACB775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB775; }

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

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

background-color css

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

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

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

border-color css

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

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

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