Html Css Color HEX #ACB48A Bud

📋 copy color: '#ACB48A'

red 172 ◦ green 180 ◦ blue 138

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

Shades of Bud #ACB48A

Tints of Bud #ACB48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 35.1%
G = 36.73%
B = 28.16%

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

#ACB48A (or 0xACB48A) is known color: Bud. HEX triplet: AC, B4 and 8A. RGB value is (172,180,138). Sum of RGB (Red+Green+Blue) = 172+180+138=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB48A is #534B75. Grayscale: #ACACAC. Windows color (decimal): -5458806 or 9090220. OLE color: 9090220.

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

Color convert

RGB 172 180 138 -
CMYK 0.04 0 0.23 0.29
HSL 71.43º 0.22% 0.62% -
HSV(B) 71.43º 0.23% 0.71% -
XYZ 37.92 43.25 30.39 -
YUV 172.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 172 180 138 0.04 0 0.23 0.29 71.43 0.22 0.62
Hex AC B4 8A 4 0 17 1D 47 16 3E
Octal 254 264 212 4 0 27 35 107 26 76
Binary 10101100 10110100 10001010 100 0 10111 11101 1000111 10110 111110

Color Harmonies of #ACB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB48A

Black with #ACB48A

Text Example


Text Example

White with #ACB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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