Html Css Color HEX #AF7434 Reno Sand

📋 copy color: '#AF7434'

red 175 ◦ green 116 ◦ blue 52

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

Shades of Reno Sand #AF7434

Tints of Reno Sand #AF7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 51.02%
G = 33.82%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7434 (or 0xAF7434) is known color: Reno Sand. HEX triplet: AF, 74 and 34. RGB value is (175,116,52). Sum of RGB (Red+Green+Blue) = 175+116+52=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7434 is #508BCB. Grayscale: #7E7E7E. Windows color (decimal): -5278668 or 3437743. OLE color: 3437743.

HSL color Cylindrical-coordinate representation of color #AF7434: hue angle of 31.22º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF7434 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 52 -
CMYK 0 0.34 0.70 0.31
HSL 31.22º 0.54% 0.45% -
HSV(B) 31.22º 0.7% 0.69% -
XYZ 24.54 21.85 6.17 -
YUV 126.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 175 116 52 0 0.34 0.70 0.31 31.22 0.54 0.45
Hex AF 74 34 0 22 46 1F 1F 36 2D
Octal 257 164 64 0 42 106 37 37 66 55
Binary 10101111 1110100 110100 0 100010 1000110 11111 11111 110110 101101

Color Harmonies of #AF7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7434

Black with #AF7434

Text Example


Text Example

White with #AF7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7434; }

 p { color: rgb(175,116,52); }

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

background-color css

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

 a { background-color: rgb(175,116,52); }

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

border-color css

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

 span { border-color: rgb(175,116,52); }

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