Html Css Color HEX #A3AF7C Locust

📋 copy color: '#A3AF7C'

red 163 ◦ green 175 ◦ blue 124

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

Shades of Locust #A3AF7C

Tints of Locust #A3AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 35.28%
G = 37.88%
B = 26.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A3AF7C (or 0xA3AF7C) is known color: Locust. HEX triplet: A3, AF and 7C. RGB value is (163,175,124). Sum of RGB (Red+Green+Blue) = 163+175+124=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF7C is #5C5083. Grayscale: #A5A5A5. Windows color (decimal): -6049924 or 8171427. OLE color: 8171427.

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

Color convert

RGB 163 175 124 -
CMYK 0.07 0 0.29 0.31
HSL 74.12º 0.24% 0.59% -
HSV(B) 74.12º 0.29% 0.69% -
XYZ 34.07 39.9 24.97 -
YUV 165.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 163 175 124 0.07 0 0.29 0.31 74.12 0.24 0.59
Hex A3 AF 7C 7 0 1D 1F 4A 18 3B
Octal 243 257 174 7 0 35 37 112 30 73
Binary 10100011 10101111 1111100 111 0 11101 11111 1001010 11000 111011

Color Harmonies of #A3AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AF7C

Black with #A3AF7C

Text Example


Text Example

White with #A3AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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