Html Css Color HEX #AF6D2F Reno Sand

📋 copy color: '#AF6D2F'

red 175 ◦ green 109 ◦ blue 47

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

Shades of Reno Sand #AF6D2F

Tints of Reno Sand #AF6D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 52.87%
G = 32.93%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF6D2F (or 0xAF6D2F) is known color: Reno Sand. HEX triplet: AF, 6D and 2F. RGB value is (175,109,47). Sum of RGB (Red+Green+Blue) = 175+109+47=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D2F is #5092D0. Grayscale: #797979. Windows color (decimal): -5280465 or 3108271. OLE color: 3108271.

HSL color Cylindrical-coordinate representation of color #AF6D2F: hue angle of 29.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF6D2F is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 47 -
CMYK 0 0.38 0.73 0.31
HSL 29.06º 0.58% 0.44% -
HSV(B) 29.06º 0.73% 0.69% -
XYZ 23.66 20.26 5.35 -
YUV 121.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 175 109 47 0 0.38 0.73 0.31 29.06 0.58 0.44
Hex AF 6D 2F 0 26 49 1F 1D 3A 2C
Octal 257 155 57 0 46 111 37 35 72 54
Binary 10101111 1101101 101111 0 100110 1001001 11111 11101 111010 101100

Color Harmonies of #AF6D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D2F

Black with #AF6D2F

Text Example


Text Example

White with #AF6D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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