Html Css Color HEX #ACB287 Bud

📋 copy color: '#ACB287'

red 172 ◦ green 178 ◦ blue 135

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

Shades of Bud #ACB287

Tints of Bud #ACB287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 35.46%
G = 36.7%
B = 27.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#ACB287 (or 0xACB287) is known color: Bud. HEX triplet: AC, B2 and 87. RGB value is (172,178,135). Sum of RGB (Red+Green+Blue) = 172+178+135=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB287 is #534D78. Grayscale: #ABABAB. Windows color (decimal): -5459321 or 8893100. OLE color: 8893100.

HSL color Cylindrical-coordinate representation of color #ACB287: hue angle of 68.37º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB287 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 135 -
CMYK 0.03 0 0.24 0.30
HSL 68.37º 0.22% 0.61% -
HSV(B) 68.37º 0.24% 0.7% -
XYZ 37.31 42.36 29.13 -
YUV 171.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 172 178 135 0.03 0 0.24 0.30 68.37 0.22 0.61
Hex AC B2 87 3 0 18 1E 44 16 3D
Octal 254 262 207 3 0 30 36 104 26 75
Binary 10101100 10110010 10000111 11 0 11000 11110 1000100 10110 111101

Color Harmonies of #ACB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB287

Black with #ACB287

Text Example


Text Example

White with #ACB287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB287; }

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

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

background-color css

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

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

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

border-color css

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

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

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