Html Css Color HEX #AF7637 Reno Sand

📋 copy color: '#AF7637'

red 175 ◦ green 118 ◦ blue 55

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

Shades of Reno Sand #AF7637

Tints of Reno Sand #AF7637

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 50.29%
G = 33.91%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7637 (or 0xAF7637) is known color: Reno Sand. HEX triplet: AF, 76 and 37. RGB value is (175,118,55). Sum of RGB (Red+Green+Blue) = 175+118+55=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7637 is #5089C8. Grayscale: #808080. Windows color (decimal): -5278153 or 3634863. OLE color: 3634863.

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

Color convert

RGB 175 118 55 -
CMYK 0 0.33 0.69 0.31
HSL 31.5º 0.52% 0.45% -
HSV(B) 31.5º 0.69% 0.69% -
XYZ 24.85 22.35 6.62 -
YUV 127.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 175 118 55 0 0.33 0.69 0.31 31.5 0.52 0.45
Hex AF 76 37 0 21 45 1F 1F 34 2D
Octal 257 166 67 0 41 105 37 37 64 55
Binary 10101111 1110110 110111 0 100001 1000101 11111 11111 110100 101101

Color Harmonies of #AF7637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7637

Black with #AF7637

Text Example


Text Example

White with #AF7637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7637; }

 p { color: rgb(175,118,55); }

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

background-color css

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

 a { background-color: rgb(175,118,55); }

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

border-color css

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

 span { border-color: rgb(175,118,55); }

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