Html Css Color HEX #ACB677 Caper

📋 copy color: '#ACB677'

red 172 ◦ green 182 ◦ blue 119

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

Shades of Caper #ACB677

Tints of Caper #ACB677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.48%

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

R = 36.36%
G = 38.48%
B = 25.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ACB677 (or 0xACB677) is known color: Caper. HEX triplet: AC, B6 and 77. RGB value is (172,182,119). Sum of RGB (Red+Green+Blue) = 172+182+119=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB677 is #534988. Grayscale: #ACACAC. Windows color (decimal): -5458313 or 7845548. OLE color: 7845548.

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

Color convert

RGB 172 182 119 -
CMYK 0.05 0 0.35 0.29
HSL 69.52º 0.3% 0.59% -
HSV(B) 69.52º 0.35% 0.71% -
XYZ 37.07 43.56 23.91 -
YUV 171.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 172 182 119 0.05 0 0.35 0.29 69.52 0.3 0.59
Hex AC B6 77 5 0 23 1D 46 1E 3B
Octal 254 266 167 5 0 43 35 106 36 73
Binary 10101100 10110110 1110111 101 0 100011 11101 1000110 11110 111011

Color Harmonies of #ACB677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB677

Black with #ACB677

Text Example


Text Example

White with #ACB677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB677; }

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

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

background-color css

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

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

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

border-color css

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

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

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