Html Css Color HEX #A3997F Grey Olive

📋 copy color: '#A3997F'

red 163 ◦ green 153 ◦ blue 127

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

Shades of Grey Olive #A3997F

Tints of Grey Olive #A3997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.54%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 36.79%
G = 34.54%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3997F (or 0xA3997F) is known color: Grey Olive. HEX triplet: A3, 99 and 7F. RGB value is (163,153,127). Sum of RGB (Red+Green+Blue) = 163+153+127=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A3997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3997F is #5C6680. Grayscale: #999999. Windows color (decimal): -6055553 or 8362403. OLE color: 8362403.

HSL color Cylindrical-coordinate representation of color #A3997F: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3997F is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 153 127 -
CMYK 0 0.06 0.22 0.36
HSL 43.33º 0.16% 0.57% -
HSV(B) 43.33º 0.22% 0.64% -
XYZ 30.33 32.1 24.68 -
YUV 153.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 163 153 127 0 0.06 0.22 0.36 43.33 0.16 0.57
Hex A3 99 7F 0 6 16 24 2B 10 39
Octal 243 231 177 0 6 26 44 53 20 71
Binary 10100011 10011001 1111111 0 110 10110 100100 101011 10000 111001

Color Harmonies of #A3997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3997F

Black with #A3997F

Text Example


Text Example

White with #A3997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3997F; }

 p { color: rgb(163,153,127); }

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

background-color css

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

 a { background-color: rgb(163,153,127); }

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

border-color css

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

 span { border-color: rgb(163,153,127); }

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