Html Css Color HEX #ACB67B Caper

📋 copy color: '#ACB67B'

red 172 ◦ green 182 ◦ blue 123

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

Shades of Caper #ACB67B

Tints of Caper #ACB67B

RGB

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

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

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

R = 36.06%
G = 38.16%
B = 25.79%

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

#ACB67B (or 0xACB67B) is known color: Caper. HEX triplet: AC, B6 and 7B. RGB value is (172,182,123). Sum of RGB (Red+Green+Blue) = 172+182+123=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67B is #534984. Grayscale: #ACACAC. Windows color (decimal): -5458309 or 8107692. OLE color: 8107692.

HSL color Cylindrical-coordinate representation of color #ACB67B: hue angle of 70.17º degrees, saturation: 0.29, 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 #ACB67B is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 123 -
CMYK 0.05 0 0.32 0.29
HSL 70.17º 0.29% 0.6% -
HSV(B) 70.17º 0.32% 0.71% -
XYZ 37.32 43.66 25.2 -
YUV 172.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 172 182 123 0.05 0 0.32 0.29 70.17 0.29 0.6
Hex AC B6 7B 5 0 20 1D 46 1D 3C
Octal 254 266 173 5 0 40 35 106 35 74
Binary 10101100 10110110 1111011 101 0 100000 11101 1000110 11101 111100

Color Harmonies of #ACB67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB67B

Black with #ACB67B

Text Example


Text Example

White with #ACB67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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