Html Css Color HEX #AF7032 Reno Sand

📋 copy color: '#AF7032'

red 175 ◦ green 112 ◦ blue 50

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

Shades of Reno Sand #AF7032

Tints of Reno Sand #AF7032

RGB

 RED value IS 175 (68.75% from 255) = 51.93%

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

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 51.93%
G = 33.23%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7032 (or 0xAF7032) is known color: Reno Sand. HEX triplet: AF, 70 and 32. RGB value is (175,112,50). Sum of RGB (Red+Green+Blue) = 175+112+50=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7032 is #508FCD. Grayscale: #7C7C7C. Windows color (decimal): -5279694 or 3305647. OLE color: 3305647.

HSL color Cylindrical-coordinate representation of color #AF7032: hue angle of 29.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF7032 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 50 -
CMYK 0 0.36 0.71 0.31
HSL 29.76º 0.56% 0.44% -
HSV(B) 29.76º 0.71% 0.69% -
XYZ 24.05 20.93 5.79 -
YUV 123.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 175 112 50 0 0.36 0.71 0.31 29.76 0.56 0.44
Hex AF 70 32 0 24 47 1F 1E 38 2C
Octal 257 160 62 0 44 107 37 36 70 54
Binary 10101111 1110000 110010 0 100100 1000111 11111 11110 111000 101100

Color Harmonies of #AF7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7032

Black with #AF7032

Text Example


Text Example

White with #AF7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7032; }

 p { color: rgb(175,112,50); }

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

background-color css

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

 a { background-color: rgb(175,112,50); }

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

border-color css

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

 span { border-color: rgb(175,112,50); }

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