Html Css Color HEX #A67139 Reno Sand

📋 copy color: '#A67139'

red 166 ◦ green 113 ◦ blue 57

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

Shades of Reno Sand #A67139

Tints of Reno Sand #A67139

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 57 (22.66% from 255) = 16.96%

R = 49.4%
G = 33.63%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A67139 (or 0xA67139) is known color: Reno Sand. HEX triplet: A6, 71 and 39. RGB value is (166,113,57). Sum of RGB (Red+Green+Blue) = 166+113+57=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A67139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67139 is #598EC6. Grayscale: #7A7A7A. Windows color (decimal): -5869255 or 3764646. OLE color: 3764646.

HSL color Cylindrical-coordinate representation of color #A67139: hue angle of 30.83º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A67139 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 57 -
CMYK 0 0.32 0.66 0.35
HSL 30.83º 0.49% 0.44% -
HSV(B) 30.83º 0.66% 0.65% -
XYZ 22.37 20.21 6.59 -
YUV 122.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 166 113 57 0 0.32 0.66 0.35 30.83 0.49 0.44
Hex A6 71 39 0 20 42 23 1F 31 2C
Octal 246 161 71 0 40 102 43 37 61 54
Binary 10100110 1110001 111001 0 100000 1000010 100011 11111 110001 101100

Color Harmonies of #A67139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67139

Black with #A67139

Text Example


Text Example

White with #A67139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67139; }

 p { color: rgb(166,113,57); }

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

background-color css

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

 a { background-color: rgb(166,113,57); }

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

border-color css

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

 span { border-color: rgb(166,113,57); }

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