Html Css Color HEX #A67038 Reno Sand

📋 copy color: '#A67038'

red 166 ◦ green 112 ◦ blue 56

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

Shades of Reno Sand #A67038

Tints of Reno Sand #A67038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 49.7%
G = 33.53%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A67038 (or 0xA67038) is known color: Reno Sand. HEX triplet: A6, 70 and 38. RGB value is (166,112,56). Sum of RGB (Red+Green+Blue) = 166+112+56=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A67038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67038 is #598FC7. Grayscale: #7A7A7A. Windows color (decimal): -5869512 or 3698854. OLE color: 3698854.

HSL color Cylindrical-coordinate representation of color #A67038: hue angle of 30.55º degrees, saturation: 0.5, 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 #A67038 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 56 -
CMYK 0 0.33 0.66 0.35
HSL 30.55º 0.5% 0.44% -
HSV(B) 30.55º 0.66% 0.65% -
XYZ 22.23 19.98 6.43 -
YUV 121.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 166 112 56 0 0.33 0.66 0.35 30.55 0.5 0.44
Hex A6 70 38 0 21 42 23 1F 32 2C
Octal 246 160 70 0 41 102 43 37 62 54
Binary 10100110 1110000 111000 0 100001 1000010 100011 11111 110010 101100

Color Harmonies of #A67038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67038

Black with #A67038

Text Example


Text Example

White with #A67038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67038; }

 p { color: rgb(166,112,56); }

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

background-color css

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

 a { background-color: rgb(166,112,56); }

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

border-color css

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

 span { border-color: rgb(166,112,56); }

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