Html Css Color HEX #AF6D32 Reno Sand

📋 copy color: '#AF6D32'

red 175 ◦ green 109 ◦ blue 50

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

Shades of Reno Sand #AF6D32

Tints of Reno Sand #AF6D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 52.4%
G = 32.63%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF6D32 (or 0xAF6D32) is known color: Reno Sand. HEX triplet: AF, 6D and 32. RGB value is (175,109,50). Sum of RGB (Red+Green+Blue) = 175+109+50=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D32 is #5092CD. Grayscale: #7A7A7A. Windows color (decimal): -5280462 or 3304879. OLE color: 3304879.

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

Color convert

RGB 175 109 50 -
CMYK 0 0.38 0.71 0.31
HSL 28.32º 0.56% 0.44% -
HSV(B) 28.32º 0.71% 0.69% -
XYZ 23.72 20.28 5.68 -
YUV 122.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 175 109 50 0 0.38 0.71 0.31 28.32 0.56 0.44
Hex AF 6D 32 0 26 47 1F 1C 38 2C
Octal 257 155 62 0 46 107 37 34 70 54
Binary 10101111 1101101 110010 0 100110 1000111 11111 11100 111000 101100

Color Harmonies of #AF6D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D32

Black with #AF6D32

Text Example


Text Example

White with #AF6D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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