Html Css Color HEX #ACB673 Caper

📋 copy color: '#ACB673'

red 172 ◦ green 182 ◦ blue 115

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

Shades of Caper #ACB673

Tints of Caper #ACB673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 36.67%
G = 38.81%
B = 24.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ACB673 (or 0xACB673) is known color: Caper. HEX triplet: AC, B6 and 73. RGB value is (172,182,115). Sum of RGB (Red+Green+Blue) = 172+182+115=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB673 is #53498C. Grayscale: #ABABAB. Windows color (decimal): -5458317 or 7583404. OLE color: 7583404.

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

Color convert

RGB 172 182 115 -
CMYK 0.05 0 0.37 0.29
HSL 68.96º 0.31% 0.58% -
HSV(B) 68.96º 0.37% 0.71% -
XYZ 36.84 43.46 22.67 -
YUV 171.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 172 182 115 0.05 0 0.37 0.29 68.96 0.31 0.58
Hex AC B6 73 5 0 25 1D 45 1F 3A
Octal 254 266 163 5 0 45 35 105 37 72
Binary 10101100 10110110 1110011 101 0 100101 11101 1000101 11111 111010

Color Harmonies of #ACB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB673

Black with #ACB673

Text Example


Text Example

White with #ACB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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