Html Css Color HEX #AF6E35 Reno Sand

📋 copy color: '#AF6E35'

red 175 ◦ green 110 ◦ blue 53

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

Shades of Reno Sand #AF6E35

Tints of Reno Sand #AF6E35

RGB

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

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

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

R = 51.78%
G = 32.54%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF6E35 (or 0xAF6E35) is known color: Reno Sand. HEX triplet: AF, 6E and 35. RGB value is (175,110,53). Sum of RGB (Red+Green+Blue) = 175+110+53=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E35 is #5091CA. Grayscale: #7B7B7B. Windows color (decimal): -5280203 or 3501743. OLE color: 3501743.

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

Color convert

RGB 175 110 53 -
CMYK 0 0.37 0.70 0.31
HSL 28.03º 0.54% 0.45% -
HSV(B) 28.03º 0.7% 0.69% -
XYZ 23.9 20.52 6.07 -
YUV 122.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 175 110 53 0 0.37 0.70 0.31 28.03 0.54 0.45
Hex AF 6E 35 0 25 46 1F 1C 36 2D
Octal 257 156 65 0 45 106 37 34 66 55
Binary 10101111 1101110 110101 0 100101 1000110 11111 11100 110110 101101

Color Harmonies of #AF6E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E35

Black with #AF6E35

Text Example


Text Example

White with #AF6E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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