Html Css Color HEX #ACB481 Caper

📋 copy color: '#ACB481'

red 172 ◦ green 180 ◦ blue 129

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

Shades of Caper #ACB481

Tints of Caper #ACB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 35.76%
G = 37.42%
B = 26.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ACB481 (or 0xACB481) is known color: Caper. HEX triplet: AC, B4 and 81. RGB value is (172,180,129). Sum of RGB (Red+Green+Blue) = 172+180+129=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB481 is #534B7E. Grayscale: #ABABAB. Windows color (decimal): -5458815 or 8500396. OLE color: 8500396.

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

Color convert

RGB 172 180 129 -
CMYK 0.04 0 0.28 0.29
HSL 69.41º 0.25% 0.61% -
HSV(B) 69.41º 0.28% 0.71% -
XYZ 37.3 43 27.1 -
YUV 171.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 172 180 129 0.04 0 0.28 0.29 69.41 0.25 0.61
Hex AC B4 81 4 0 1C 1D 45 19 3D
Octal 254 264 201 4 0 34 35 105 31 75
Binary 10101100 10110100 10000001 100 0 11100 11101 1000101 11001 111101

Color Harmonies of #ACB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB481

Black with #ACB481

Text Example


Text Example

White with #ACB481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB481; }

 p { color: rgb(172,180,129); }

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

background-color css

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

 a { background-color: rgb(172,180,129); }

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

border-color css

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

 span { border-color: rgb(172,180,129); }

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