Html Css Color HEX #A4997F Nomad

📋 copy color: '#A4997F'

red 164 ◦ green 153 ◦ blue 127

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

Shades of Nomad #A4997F

Tints of Nomad #A4997F

RGB

 RED value IS 164 (64.45% from 255) = 36.94%

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

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

R = 36.94%
G = 34.46%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4997F (or 0xA4997F) is known color: Nomad. HEX triplet: A4, 99 and 7F. RGB value is (164,153,127). Sum of RGB (Red+Green+Blue) = 164+153+127=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A4997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4997F is #5B6680. Grayscale: #999999. Windows color (decimal): -5990017 or 8362404. OLE color: 8362404.

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

Color convert

RGB 164 153 127 -
CMYK 0 0.07 0.23 0.36
HSL 42.16º 0.17% 0.57% -
HSV(B) 42.16º 0.23% 0.64% -
XYZ 30.53 32.21 24.69 -
YUV 153.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 164 153 127 0 0.07 0.23 0.36 42.16 0.17 0.57
Hex A4 99 7F 0 7 17 24 2A 11 39
Octal 244 231 177 0 7 27 44 52 21 71
Binary 10100100 10011001 1111111 0 111 10111 100100 101010 10001 111001

Color Harmonies of #A4997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4997F

Black with #A4997F

Text Example


Text Example

White with #A4997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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