Html Css Color HEX #A3AF76 Locust

📋 copy color: '#A3AF76'

red 163 ◦ green 175 ◦ blue 118

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

Shades of Locust #A3AF76

Tints of Locust #A3AF76

RGB

 RED value IS 163 (64.06% from 255) = 35.75%

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

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 35.75%
G = 38.38%
B = 25.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#A3AF76 (or 0xA3AF76) is known color: Locust. HEX triplet: A3, AF and 76. RGB value is (163,175,118). Sum of RGB (Red+Green+Blue) = 163+175+118=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF76 is #5C5089. Grayscale: #A5A5A5. Windows color (decimal): -6049930 or 7778211. OLE color: 7778211.

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

Color convert

RGB 163 175 118 -
CMYK 0.07 0 0.33 0.31
HSL 72.63º 0.26% 0.57% -
HSV(B) 72.63º 0.33% 0.69% -
XYZ 33.7 39.75 23.04 -
YUV 164.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 163 175 118 0.07 0 0.33 0.31 72.63 0.26 0.57
Hex A3 AF 76 7 0 21 1F 49 1A 39
Octal 243 257 166 7 0 41 37 111 32 71
Binary 10100011 10101111 1110110 111 0 100001 11111 1001001 11010 111001

Color Harmonies of #A3AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AF76

Black with #A3AF76

Text Example


Text Example

White with #A3AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AF76; }

 p { color: rgb(163,175,118); }

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

background-color css

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

 a { background-color: rgb(163,175,118); }

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

border-color css

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

 span { border-color: rgb(163,175,118); }

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