Html Css Color HEX #AF6C32 Reno Sand

📋 copy color: '#AF6C32'

red 175 ◦ green 108 ◦ blue 50

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

Shades of Reno Sand #AF6C32

Tints of Reno Sand #AF6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 52.55%
G = 32.43%
B = 15.02%

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

#AF6C32 (or 0xAF6C32) is known color: Reno Sand. HEX triplet: AF, 6C and 32. RGB value is (175,108,50). Sum of RGB (Red+Green+Blue) = 175+108+50=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C32 is #5093CD. Grayscale: #797979. Windows color (decimal): -5280718 or 3304623. OLE color: 3304623.

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

Color convert

RGB 175 108 50 -
CMYK 0 0.38 0.71 0.31
HSL 27.84º 0.56% 0.44% -
HSV(B) 27.84º 0.71% 0.69% -
XYZ 23.62 20.07 5.65 -
YUV 121.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 175 108 50 0 0.38 0.71 0.31 27.84 0.56 0.44
Hex AF 6C 32 0 26 47 1F 1C 38 2C
Octal 257 154 62 0 46 107 37 34 70 54
Binary 10101111 1101100 110010 0 100110 1000111 11111 11100 111000 101100

Color Harmonies of #AF6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C32

Black with #AF6C32

Text Example


Text Example

White with #AF6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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