Html Css Color HEX #AF6E37 Reno Sand

📋 copy color: '#AF6E37'

red 175 ◦ green 110 ◦ blue 55

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

Shades of Reno Sand #AF6E37

Tints of Reno Sand #AF6E37

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 51.47%
G = 32.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6E37 (or 0xAF6E37) is known color: Reno Sand. HEX triplet: AF, 6E and 37. RGB value is (175,110,55). Sum of RGB (Red+Green+Blue) = 175+110+55=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E37 is #5091C8. Grayscale: #7B7B7B. Windows color (decimal): -5280201 or 3632815. OLE color: 3632815.

HSL color Cylindrical-coordinate representation of color #AF6E37: hue angle of 27.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 #AF6E37 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 55 -
CMYK 0 0.37 0.69 0.31
HSL 27.5º 0.52% 0.45% -
HSV(B) 27.5º 0.69% 0.69% -
XYZ 23.94 20.54 6.32 -
YUV 123.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 175 110 55 0 0.37 0.69 0.31 27.5 0.52 0.45
Hex AF 6E 37 0 25 45 1F 1C 34 2D
Octal 257 156 67 0 45 105 37 34 64 55
Binary 10101111 1101110 110111 0 100101 1000101 11111 11100 110100 101101

Color Harmonies of #AF6E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E37

Black with #AF6E37

Text Example


Text Example

White with #AF6E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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