Html Css Color HEX #ACB483 Caper

📋 copy color: '#ACB483'

red 172 ◦ green 180 ◦ blue 131

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

Shades of Caper #ACB483

Tints of Caper #ACB483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 35.61%
G = 37.27%
B = 27.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#ACB483 (or 0xACB483) is known color: Caper. HEX triplet: AC, B4 and 83. RGB value is (172,180,131). Sum of RGB (Red+Green+Blue) = 172+180+131=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB483 is #534B7C. Grayscale: #ACACAC. Windows color (decimal): -5458813 or 8631468. OLE color: 8631468.

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

Color convert

RGB 172 180 131 -
CMYK 0.04 0 0.27 0.29
HSL 69.8º 0.25% 0.61% -
HSV(B) 69.8º 0.27% 0.71% -
XYZ 37.43 43.05 27.81 -
YUV 172.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 172 180 131 0.04 0 0.27 0.29 69.8 0.25 0.61
Hex AC B4 83 4 0 1B 1D 46 19 3D
Octal 254 264 203 4 0 33 35 106 31 75
Binary 10101100 10110100 10000011 100 0 11011 11101 1000110 11001 111101

Color Harmonies of #ACB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB483

Black with #ACB483

Text Example


Text Example

White with #ACB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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