Html Css Color HEX #A3B07A Locust

📋 copy color: '#A3B07A'

red 163 ◦ green 176 ◦ blue 122

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

Shades of Locust #A3B07A

Tints of Locust #A3B07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 35.36%
G = 38.18%
B = 26.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#A3B07A (or 0xA3B07A) is known color: Locust. HEX triplet: A3, B0 and 7A. RGB value is (163,176,122). Sum of RGB (Red+Green+Blue) = 163+176+122=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B07A is #5C4F85. Grayscale: #A6A6A6. Windows color (decimal): -6049670 or 8040611. OLE color: 8040611.

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

Color convert

RGB 163 176 122 -
CMYK 0.07 0 0.31 0.31
HSL 74.44º 0.25% 0.58% -
HSV(B) 74.44º 0.31% 0.69% -
XYZ 34.14 40.24 24.38 -
YUV 165.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 163 176 122 0.07 0 0.31 0.31 74.44 0.25 0.58
Hex A3 B0 7A 7 0 1F 1F 4A 19 3A
Octal 243 260 172 7 0 37 37 112 31 72
Binary 10100011 10110000 1111010 111 0 11111 11111 1001010 11001 111010

Color Harmonies of #A3B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B07A

Black with #A3B07A

Text Example


Text Example

White with #A3B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B07A; }

 p { color: rgb(163,176,122); }

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

background-color css

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

 a { background-color: rgb(163,176,122); }

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

border-color css

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

 span { border-color: rgb(163,176,122); }

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