Html Css Color HEX #A87035 Reno Sand

📋 copy color: '#A87035'

red 168 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #A87035

Tints of Reno Sand #A87035

RGB

 RED value IS 168 (66.02% from 255) = 50.45%

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 50.45%
G = 33.63%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A87035 (or 0xA87035) is known color: Reno Sand. HEX triplet: A8, 70 and 35. RGB value is (168,112,53). Sum of RGB (Red+Green+Blue) = 168+112+53=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A87035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87035 is #578FCA. Grayscale: #7A7A7A. Windows color (decimal): -5738443 or 3502248. OLE color: 3502248.

HSL color Cylindrical-coordinate representation of color #A87035: hue angle of 30.78º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A87035 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 53 -
CMYK 0 0.33 0.68 0.34
HSL 30.78º 0.52% 0.43% -
HSV(B) 30.78º 0.68% 0.66% -
XYZ 22.59 20.17 6.07 -
YUV 122.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 168 112 53 0 0.33 0.68 0.34 30.78 0.52 0.43
Hex A8 70 35 0 21 44 22 1F 34 2B
Octal 250 160 65 0 41 104 42 37 64 53
Binary 10101000 1110000 110101 0 100001 1000100 100010 11111 110100 101011

Color Harmonies of #A87035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87035

Black with #A87035

Text Example


Text Example

White with #A87035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87035; }

 p { color: rgb(168,112,53); }

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

background-color css

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

 a { background-color: rgb(168,112,53); }

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

border-color css

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

 span { border-color: rgb(168,112,53); }

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