Html Css Color HEX #ACB678 Caper

📋 copy color: '#ACB678'

red 172 ◦ green 182 ◦ blue 120

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

Shades of Caper #ACB678

Tints of Caper #ACB678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 36.29%
G = 38.4%
B = 25.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ACB678 (or 0xACB678) is known color: Caper. HEX triplet: AC, B6 and 78. RGB value is (172,182,120). Sum of RGB (Red+Green+Blue) = 172+182+120=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB678 is #534987. Grayscale: #ACACAC. Windows color (decimal): -5458312 or 7911084. OLE color: 7911084.

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

Color convert

RGB 172 182 120 -
CMYK 0.05 0 0.34 0.29
HSL 69.68º 0.3% 0.59% -
HSV(B) 69.68º 0.34% 0.71% -
XYZ 37.13 43.58 24.22 -
YUV 171.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 172 182 120 0.05 0 0.34 0.29 69.68 0.3 0.59
Hex AC B6 78 5 0 22 1D 46 1E 3B
Octal 254 266 170 5 0 42 35 106 36 73
Binary 10101100 10110110 1111000 101 0 100010 11101 1000110 11110 111011

Color Harmonies of #ACB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB678

Black with #ACB678

Text Example


Text Example

White with #ACB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB678; }

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

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

background-color css

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

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

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

border-color css

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

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

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