Html Css Color HEX #A3AF7B Locust

📋 copy color: '#A3AF7B'

red 163 ◦ green 175 ◦ blue 123

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

Shades of Locust #A3AF7B

Tints of Locust #A3AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 35.36%
G = 37.96%
B = 26.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#A3AF7B (or 0xA3AF7B) is known color: Locust. HEX triplet: A3, AF and 7B. RGB value is (163,175,123). Sum of RGB (Red+Green+Blue) = 163+175+123=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF7B is #5C5084. Grayscale: #A5A5A5. Windows color (decimal): -6049925 or 8105891. OLE color: 8105891.

HSL color Cylindrical-coordinate representation of color #A3AF7B: hue angle of 73.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3AF7B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 175 123 -
CMYK 0.07 0 0.30 0.31
HSL 73.85º 0.25% 0.58% -
HSV(B) 73.85º 0.3% 0.69% -
XYZ 34.01 39.88 24.64 -
YUV 165.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 163 175 123 0.07 0 0.30 0.31 73.85 0.25 0.58
Hex A3 AF 7B 7 0 1E 1F 4A 19 3A
Octal 243 257 173 7 0 36 37 112 31 72
Binary 10100011 10101111 1111011 111 0 11110 11111 1001010 11001 111010

Color Harmonies of #A3AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AF7B

Black with #A3AF7B

Text Example


Text Example

White with #A3AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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