Html Css Color HEX #ACB08D Bud

📋 copy color: '#ACB08D'

red 172 ◦ green 176 ◦ blue 141

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

Shades of Bud #ACB08D

Tints of Bud #ACB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 35.17%
G = 35.99%
B = 28.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#ACB08D (or 0xACB08D) is known color: Bud. HEX triplet: AC, B0 and 8D. RGB value is (172,176,141). Sum of RGB (Red+Green+Blue) = 172+176+141=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08D is #534F72. Grayscale: #AAAAAA. Windows color (decimal): -5459827 or 9285804. OLE color: 9285804.

HSL color Cylindrical-coordinate representation of color #ACB08D: hue angle of 66.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB08D is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 141 -
CMYK 0.02 0 0.20 0.31
HSL 66.86º 0.18% 0.62% -
HSV(B) 66.86º 0.2% 0.69% -
XYZ 37.35 41.74 31.29 -
YUV 170.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 172 176 141 0.02 0 0.20 0.31 66.86 0.18 0.62
Hex AC B0 8D 2 0 14 1F 43 12 3E
Octal 254 260 215 2 0 24 37 103 22 76
Binary 10101100 10110000 10001101 10 0 10100 11111 1000011 10010 111110

Color Harmonies of #ACB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB08D

Black with #ACB08D

Text Example


Text Example

White with #ACB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB08D; }

 p { color: rgb(172,176,141); }

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

background-color css

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

 a { background-color: rgb(172,176,141); }

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

border-color css

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

 span { border-color: rgb(172,176,141); }

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