Html Css Color HEX #ACB975 Caper

📋 copy color: '#ACB975'

red 172 ◦ green 185 ◦ blue 117

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

Shades of Caper #ACB975

Tints of Caper #ACB975

RGB

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

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

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

R = 36.29%
G = 39.03%
B = 24.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#ACB975 (or 0xACB975) is known color: Caper. HEX triplet: AC, B9 and 75. RGB value is (172,185,117). Sum of RGB (Red+Green+Blue) = 172+185+117=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB975 is #53468A. Grayscale: #ADADAD. Windows color (decimal): -5457547 or 7715244. OLE color: 7715244.

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

Color convert

RGB 172 185 117 -
CMYK 0.07 0 0.37 0.27
HSL 71.47º 0.33% 0.59% -
HSV(B) 71.47º 0.37% 0.73% -
XYZ 37.57 44.75 23.49 -
YUV 173.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 172 185 117 0.07 0 0.37 0.27 71.47 0.33 0.59
Hex AC B9 75 7 0 25 1B 47 21 3B
Octal 254 271 165 7 0 45 33 107 41 73
Binary 10101100 10111001 1110101 111 0 100101 11011 1000111 100001 111011

Color Harmonies of #ACB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB975

Black with #ACB975

Text Example


Text Example

White with #ACB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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