Html Css Color HEX #ACB087 Bud

📋 copy color: '#ACB087'

red 172 ◦ green 176 ◦ blue 135

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

Shades of Bud #ACB087

Tints of Bud #ACB087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 35.61%
G = 36.44%
B = 27.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#ACB087 (or 0xACB087) is known color: Bud. HEX triplet: AC, B0 and 87. RGB value is (172,176,135). Sum of RGB (Red+Green+Blue) = 172+176+135=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB087 is #534F78. Grayscale: #AAAAAA. Windows color (decimal): -5459833 or 8892588. OLE color: 8892588.

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

Color convert

RGB 172 176 135 -
CMYK 0.02 0 0.23 0.31
HSL 65.85º 0.21% 0.61% -
HSV(B) 65.85º 0.23% 0.69% -
XYZ 36.91 41.57 29 -
YUV 170.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 172 176 135 0.02 0 0.23 0.31 65.85 0.21 0.61
Hex AC B0 87 2 0 17 1F 42 15 3D
Octal 254 260 207 2 0 27 37 102 25 75
Binary 10101100 10110000 10000111 10 0 10111 11111 1000010 10101 111101

Color Harmonies of #ACB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB087

Black with #ACB087

Text Example


Text Example

White with #ACB087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB087; }

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

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

background-color css

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

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

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

border-color css

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

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

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