Html Css Color HEX #AF6C33 Reno Sand

📋 copy color: '#AF6C33'

red 175 ◦ green 108 ◦ blue 51

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

Shades of Reno Sand #AF6C33

Tints of Reno Sand #AF6C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.27%

R = 52.4%
G = 32.34%
B = 15.27%

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

#AF6C33 (or 0xAF6C33) is known color: Reno Sand. HEX triplet: AF, 6C and 33. RGB value is (175,108,51). Sum of RGB (Red+Green+Blue) = 175+108+51=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C33 is #5093CC. Grayscale: #797979. Windows color (decimal): -5280717 or 3370159. OLE color: 3370159.

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

Color convert

RGB 175 108 51 -
CMYK 0 0.38 0.71 0.31
HSL 27.58º 0.55% 0.44% -
HSV(B) 27.58º 0.71% 0.69% -
XYZ 23.64 20.08 5.76 -
YUV 121.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 175 108 51 0 0.38 0.71 0.31 27.58 0.55 0.44
Hex AF 6C 33 0 26 47 1F 1C 37 2C
Octal 257 154 63 0 46 107 37 34 67 54
Binary 10101111 1101100 110011 0 100110 1000111 11111 11100 110111 101100

Color Harmonies of #AF6C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C33

Black with #AF6C33

Text Example


Text Example

White with #AF6C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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