#ACBF69

Color #ACBF69 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ACBF69

Tints of Wild Willow #ACBF69

Color information

#ACBF69 (or 0xACBF69) is unknown color: approx Wild Willow. HEX triplet: AC, BF and 69. RGB value is (172,191,105). Sum of RGB (Red+Green+Blue) = 172+191+105=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF69 is #534096. Grayscale: #AFAFAF. Windows color (decimal): -5456023 or 6930348. OLE color: 6930348.

HSL color Cylindrical-coordinate representation of color #ACBF69: hue angle of 73.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACBF69 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB172191105-
CMYK0.1000.450.25
HSL73.26º40.19%58.04%-
HSV(B)73.26º45.03%74.9%-
XYZ38.1947.0520.43-
YUV175.5288.21125.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=36.75%
G=40.81%
B=22.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911050.1000.450.2573.2640.1958.04
HexACBF69A02D1949283a
Octal25427715112055311115072
Binary1010110010111111110100110100101101110011001001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF69; }

 p { color: rgb(172,191,105); }

 H1.HeaderClassName
 {
   color: #ACBF69;
 }
 .AnyTagClassName
 {
   color: #ACBF69;
 }
</style>
background-color css

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

 a { background-color: rgb(172,191,105); }

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

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

 span { border-color: rgb(172,191,105); }

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