Html Css Color HEX #ACB574 Caper

📋 copy color: '#ACB574'

red 172 ◦ green 181 ◦ blue 116

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

Shades of Caper #ACB574

Tints of Caper #ACB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.59%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 36.67%
G = 38.59%
B = 24.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#ACB574 (or 0xACB574) is known color: Caper. HEX triplet: AC, B5 and 74. RGB value is (172,181,116). Sum of RGB (Red+Green+Blue) = 172+181+116=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB574 is #534A8B. Grayscale: #ABABAB. Windows color (decimal): -5458572 or 7648684. OLE color: 7648684.

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

Color convert

RGB 172 181 116 -
CMYK 0.05 0 0.36 0.29
HSL 68.31º 0.31% 0.58% -
HSV(B) 68.31º 0.36% 0.71% -
XYZ 36.69 43.08 22.9 -
YUV 170.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 172 181 116 0.05 0 0.36 0.29 68.31 0.31 0.58
Hex AC B5 74 5 0 24 1D 44 1F 3A
Octal 254 265 164 5 0 44 35 104 37 72
Binary 10101100 10110101 1110100 101 0 100100 11101 1000100 11111 111010

Color Harmonies of #ACB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB574

Black with #ACB574

Text Example


Text Example

White with #ACB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB574; }

 p { color: rgb(172,181,116); }

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

background-color css

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

 a { background-color: rgb(172,181,116); }

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

border-color css

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

 span { border-color: rgb(172,181,116); }

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