Html Css Color HEX #ACAF90 Bud

📋 copy color: '#ACAF90'

red 172 ◦ green 175 ◦ blue 144

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

Shades of Bud #ACAF90

Tints of Bud #ACAF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 35.03%
G = 35.64%
B = 29.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#ACAF90 (or 0xACAF90) is known color: Bud. HEX triplet: AC, AF and 90. RGB value is (172,175,144). Sum of RGB (Red+Green+Blue) = 172+175+144=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF90 is #53506F. Grayscale: #AAAAAA. Windows color (decimal): -5460080 or 9482156. OLE color: 9482156.

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

Color convert

RGB 172 175 144 -
CMYK 0.02 0 0.18 0.31
HSL 65.81º 0.16% 0.63% -
HSV(B) 65.81º 0.18% 0.69% -
XYZ 37.38 41.44 32.42 -
YUV 170.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 172 175 144 0.02 0 0.18 0.31 65.81 0.16 0.63
Hex AC AF 90 2 0 12 1F 42 10 3F
Octal 254 257 220 2 0 22 37 102 20 77
Binary 10101100 10101111 10010000 10 0 10010 11111 1000010 10000 111111

Color Harmonies of #ACAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF90

Black with #ACAF90

Text Example


Text Example

White with #ACAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF90; }

 p { color: rgb(172,175,144); }

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

background-color css

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

 a { background-color: rgb(172,175,144); }

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

border-color css

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

 span { border-color: rgb(172,175,144); }

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