Html Css Color HEX #A8AF73 Locust

📋 copy color: '#A8AF73'

red 168 ◦ green 175 ◦ blue 115

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

Shades of Locust #A8AF73

Tints of Locust #A8AF73

RGB

 RED value IS 168 (66.02% from 255) = 36.68%

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

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

R = 36.68%
G = 38.21%
B = 25.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#A8AF73 (or 0xA8AF73) is known color: Locust. HEX triplet: A8, AF and 73. RGB value is (168,175,115). Sum of RGB (Red+Green+Blue) = 168+175+115=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF73 is #57508C. Grayscale: #A6A6A6. Windows color (decimal): -5722253 or 7581608. OLE color: 7581608.

HSL color Cylindrical-coordinate representation of color #A8AF73: hue angle of 67º 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 #A8AF73 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 115 -
CMYK 0.04 0 0.34 0.31
HSL 67º 0.27% 0.57% -
HSV(B) 67º 0.34% 0.69% -
XYZ 34.57 40.22 22.16 -
YUV 166.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 168 175 115 0.04 0 0.34 0.31 67 0.27 0.57
Hex A8 AF 73 4 0 22 1F 43 1B 39
Octal 250 257 163 4 0 42 37 103 33 71
Binary 10101000 10101111 1110011 100 0 100010 11111 1000011 11011 111001

Color Harmonies of #A8AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF73

Black with #A8AF73

Text Example


Text Example

White with #A8AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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