Html Css Color HEX #ACB48B Bud

📋 copy color: '#ACB48B'

red 172 ◦ green 180 ◦ blue 139

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

Shades of Bud #ACB48B

Tints of Bud #ACB48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 35.03%
G = 36.66%
B = 28.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#ACB48B (or 0xACB48B) is known color: Bud. HEX triplet: AC, B4 and 8B. RGB value is (172,180,139). Sum of RGB (Red+Green+Blue) = 172+180+139=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB48B is #534B74. Grayscale: #ADADAD. Windows color (decimal): -5458805 or 9155756. OLE color: 9155756.

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

Color convert

RGB 172 180 139 -
CMYK 0.04 0 0.23 0.29
HSL 71.71º 0.21% 0.63% -
HSV(B) 71.71º 0.23% 0.71% -
XYZ 37.99 43.28 30.78 -
YUV 172.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 172 180 139 0.04 0 0.23 0.29 71.71 0.21 0.63
Hex AC B4 8B 4 0 17 1D 48 15 3F
Octal 254 264 213 4 0 27 35 110 25 77
Binary 10101100 10110100 10001011 100 0 10111 11101 1001000 10101 111111

Color Harmonies of #ACB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB48B

Black with #ACB48B

Text Example


Text Example

White with #ACB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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