Html Css Color HEX #ACB675 Caper

📋 copy color: '#ACB675'

red 172 ◦ green 182 ◦ blue 117

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

Shades of Caper #ACB675

Tints of Caper #ACB675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 36.52%
G = 38.64%
B = 24.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#ACB675 (or 0xACB675) is known color: Caper. HEX triplet: AC, B6 and 75. RGB value is (172,182,117). Sum of RGB (Red+Green+Blue) = 172+182+117=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB675 is #53498A. Grayscale: #ABABAB. Windows color (decimal): -5458315 or 7714476. OLE color: 7714476.

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

Color convert

RGB 172 182 117 -
CMYK 0.05 0 0.36 0.29
HSL 69.23º 0.31% 0.59% -
HSV(B) 69.23º 0.36% 0.71% -
XYZ 36.95 43.51 23.28 -
YUV 171.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 172 182 117 0.05 0 0.36 0.29 69.23 0.31 0.59
Hex AC B6 75 5 0 24 1D 45 1F 3B
Octal 254 266 165 5 0 44 35 105 37 73
Binary 10101100 10110110 1110101 101 0 100100 11101 1000101 11111 111011

Color Harmonies of #ACB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB675

Black with #ACB675

Text Example


Text Example

White with #ACB675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB675; }

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

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

background-color css

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

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

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

border-color css

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

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

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