Html Css Color HEX #ACAF73 Locust

📋 copy color: '#ACAF73'

red 172 ◦ green 175 ◦ blue 115

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

Shades of Locust #ACAF73

Tints of Locust #ACAF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.89%

R = 37.23%
G = 37.88%
B = 24.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ACAF73 (or 0xACAF73) is known color: Locust. HEX triplet: AC, AF and 73. RGB value is (172,175,115). Sum of RGB (Red+Green+Blue) = 172+175+115=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF73 is #53508C. Grayscale: #A7A7A7. Windows color (decimal): -5460109 or 7581612. OLE color: 7581612.

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

Color convert

RGB 172 175 115 -
CMYK 0.02 0 0.34 0.31
HSL 63º 0.27% 0.57% -
HSV(B) 63º 0.34% 0.69% -
XYZ 35.44 40.67 22.2 -
YUV 167.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 172 175 115 0.02 0 0.34 0.31 63 0.27 0.57
Hex AC AF 73 2 0 22 1F 3F 1B 39
Octal 254 257 163 2 0 42 37 77 33 71
Binary 10101100 10101111 1110011 10 0 100010 11111 111111 11011 111001

Color Harmonies of #ACAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF73

Black with #ACAF73

Text Example


Text Example

White with #ACAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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