Html Css Color HEX #ACB08A Bud

📋 copy color: '#ACB08A'

red 172 ◦ green 176 ◦ blue 138

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

Shades of Bud #ACB08A

Tints of Bud #ACB08A

RGB

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

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

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

R = 35.39%
G = 36.21%
B = 28.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#ACB08A (or 0xACB08A) is known color: Bud. HEX triplet: AC, B0 and 8A. RGB value is (172,176,138). Sum of RGB (Red+Green+Blue) = 172+176+138=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08A is #534F75. Grayscale: #AAAAAA. Windows color (decimal): -5459830 or 9089196. OLE color: 9089196.

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

Color convert

RGB 172 176 138 -
CMYK 0.02 0 0.22 0.31
HSL 66.32º 0.19% 0.62% -
HSV(B) 66.32º 0.22% 0.69% -
XYZ 37.13 41.66 30.13 -
YUV 170.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 172 176 138 0.02 0 0.22 0.31 66.32 0.19 0.62
Hex AC B0 8A 2 0 16 1F 42 13 3E
Octal 254 260 212 2 0 26 37 102 23 76
Binary 10101100 10110000 10001010 10 0 10110 11111 1000010 10011 111110

Color Harmonies of #ACB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB08A

Black with #ACB08A

Text Example


Text Example

White with #ACB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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