Html Css Color HEX #AF6D36 Reno Sand

📋 copy color: '#AF6D36'

red 175 ◦ green 109 ◦ blue 54

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

Shades of Reno Sand #AF6D36

Tints of Reno Sand #AF6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 51.78%
G = 32.25%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6D36 (or 0xAF6D36) is known color: Reno Sand. HEX triplet: AF, 6D and 36. RGB value is (175,109,54). Sum of RGB (Red+Green+Blue) = 175+109+54=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D36 is #5092C9. Grayscale: #7A7A7A. Windows color (decimal): -5280458 or 3567023. OLE color: 3567023.

HSL color Cylindrical-coordinate representation of color #AF6D36: hue angle of 27.27º degrees, saturation: 0.53, 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 #AF6D36 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 54 -
CMYK 0 0.38 0.69 0.31
HSL 27.27º 0.53% 0.45% -
HSV(B) 27.27º 0.69% 0.69% -
XYZ 23.81 20.32 6.16 -
YUV 122.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 175 109 54 0 0.38 0.69 0.31 27.27 0.53 0.45
Hex AF 6D 36 0 26 45 1F 1B 35 2D
Octal 257 155 66 0 46 105 37 33 65 55
Binary 10101111 1101101 110110 0 100110 1000101 11111 11011 110101 101101

Color Harmonies of #AF6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D36

Black with #AF6D36

Text Example


Text Example

White with #AF6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D36; }

 p { color: rgb(175,109,54); }

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

background-color css

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

 a { background-color: rgb(175,109,54); }

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

border-color css

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

 span { border-color: rgb(175,109,54); }

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