Html Css Color HEX #AB7035 Reno Sand

📋 copy color: '#AB7035'

red 171 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #AB7035

Tints of Reno Sand #AB7035

RGB

 RED value IS 171 (67.19% from 255) = 50.89%

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

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

R = 50.89%
G = 33.33%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB7035 (or 0xAB7035) is known color: Reno Sand. HEX triplet: AB, 70 and 35. RGB value is (171,112,53). Sum of RGB (Red+Green+Blue) = 171+112+53=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7035 is #548FCA. Grayscale: #7B7B7B. Windows color (decimal): -5541835 or 3502251. OLE color: 3502251.

HSL color Cylindrical-coordinate representation of color #AB7035: hue angle of 30º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB7035 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 53 -
CMYK 0 0.35 0.69 0.33
HSL 30º 0.53% 0.44% -
HSV(B) 30º 0.69% 0.67% -
XYZ 23.23 20.5 6.1 -
YUV 122.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 171 112 53 0 0.35 0.69 0.33 30 0.53 0.44
Hex AB 70 35 0 23 45 21 1E 35 2C
Octal 253 160 65 0 43 105 41 36 65 54
Binary 10101011 1110000 110101 0 100011 1000101 100001 11110 110101 101100

Color Harmonies of #AB7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7035

Black with #AB7035

Text Example


Text Example

White with #AB7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7035; }

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

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

background-color css

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

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

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

border-color css

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

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

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