Html Css Color HEX #ACB577 Caper

📋 copy color: '#ACB577'

red 172 ◦ green 181 ◦ blue 119

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

Shades of Caper #ACB577

Tints of Caper #ACB577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 36.44%
G = 38.35%
B = 25.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ACB577 (or 0xACB577) is known color: Caper. HEX triplet: AC, B5 and 77. RGB value is (172,181,119). Sum of RGB (Red+Green+Blue) = 172+181+119=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB577 is #534A88. Grayscale: #ABABAB. Windows color (decimal): -5458569 or 7845292. OLE color: 7845292.

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

Color convert

RGB 172 181 119 -
CMYK 0.05 0 0.34 0.29
HSL 68.71º 0.3% 0.59% -
HSV(B) 68.71º 0.34% 0.71% -
XYZ 36.87 43.15 23.84 -
YUV 171.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 172 181 119 0.05 0 0.34 0.29 68.71 0.3 0.59
Hex AC B5 77 5 0 22 1D 45 1E 3B
Octal 254 265 167 5 0 42 35 105 36 73
Binary 10101100 10110101 1110111 101 0 100010 11101 1000101 11110 111011

Color Harmonies of #ACB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB577

Black with #ACB577

Text Example


Text Example

White with #ACB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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