Html Css Color HEX #A3A775 Locust

📋 copy color: '#A3A775'

red 163 ◦ green 167 ◦ blue 117

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

Shades of Locust #A3A775

Tints of Locust #A3A775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.36%

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 36.47%
G = 37.36%
B = 26.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A3A775 (or 0xA3A775) is known color: Locust. HEX triplet: A3, A7 and 75. RGB value is (163,167,117). Sum of RGB (Red+Green+Blue) = 163+167+117=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A775 is #5C588A. Grayscale: #A0A0A0. Windows color (decimal): -6051979 or 7710627. OLE color: 7710627.

HSL color Cylindrical-coordinate representation of color #A3A775: hue angle of 64.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A775 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 167 117 -
CMYK 0.02 0 0.30 0.35
HSL 64.8º 0.22% 0.56% -
HSV(B) 64.8º 0.3% 0.65% -
XYZ 32.13 36.71 22.22 -
YUV 160.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 163 167 117 0.02 0 0.30 0.35 64.8 0.22 0.56
Hex A3 A7 75 2 0 1E 23 41 16 38
Octal 243 247 165 2 0 36 43 101 26 70
Binary 10100011 10100111 1110101 10 0 11110 100011 1000001 10110 111000

Color Harmonies of #A3A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A775

Black with #A3A775

Text Example


Text Example

White with #A3A775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A775; }

 p { color: rgb(163,167,117); }

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

background-color css

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

 a { background-color: rgb(163,167,117); }

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

border-color css

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

 span { border-color: rgb(163,167,117); }

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