Html Css Color HEX #ACB28A Bud

📋 copy color: '#ACB28A'

red 172 ◦ green 178 ◦ blue 138

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

Shades of Bud #ACB28A

Tints of Bud #ACB28A

RGB

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

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

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

R = 35.25%
G = 36.48%
B = 28.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#ACB28A (or 0xACB28A) is known color: Bud. HEX triplet: AC, B2 and 8A. RGB value is (172,178,138). Sum of RGB (Red+Green+Blue) = 172+178+138=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28A is #534D75. Grayscale: #ABABAB. Windows color (decimal): -5459318 or 9089708. OLE color: 9089708.

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

Color convert

RGB 172 178 138 -
CMYK 0.03 0 0.22 0.30
HSL 69º 0.21% 0.62% -
HSV(B) 69º 0.22% 0.7% -
XYZ 37.52 42.45 30.26 -
YUV 171.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 172 178 138 0.03 0 0.22 0.30 69 0.21 0.62
Hex AC B2 8A 3 0 16 1E 45 15 3E
Octal 254 262 212 3 0 26 36 105 25 76
Binary 10101100 10110010 10001010 11 0 10110 11110 1000101 10101 111110

Color Harmonies of #ACB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB28A

Black with #ACB28A

Text Example


Text Example

White with #ACB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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