Html Css Color HEX #ACB57B Caper

📋 copy color: '#ACB57B'

red 172 ◦ green 181 ◦ blue 123

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

Shades of Caper #ACB57B

Tints of Caper #ACB57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 36.13%
G = 38.03%
B = 25.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#ACB57B (or 0xACB57B) is known color: Caper. HEX triplet: AC, B5 and 7B. RGB value is (172,181,123). Sum of RGB (Red+Green+Blue) = 172+181+123=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57B is #534A84. Grayscale: #ABABAB. Windows color (decimal): -5458565 or 8107436. OLE color: 8107436.

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

Color convert

RGB 172 181 123 -
CMYK 0.05 0 0.32 0.29
HSL 69.31º 0.28% 0.6% -
HSV(B) 69.31º 0.32% 0.71% -
XYZ 37.11 43.25 25.13 -
YUV 171.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 172 181 123 0.05 0 0.32 0.29 69.31 0.28 0.6
Hex AC B5 7B 5 0 20 1D 45 1C 3C
Octal 254 265 173 5 0 40 35 105 34 74
Binary 10101100 10110101 1111011 101 0 100000 11101 1000101 11100 111100

Color Harmonies of #ACB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB57B

Black with #ACB57B

Text Example


Text Example

White with #ACB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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