Html Css Color HEX #AF6C2F Reno Sand

📋 copy color: '#AF6C2F'

red 175 ◦ green 108 ◦ blue 47

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

Shades of Reno Sand #AF6C2F

Tints of Reno Sand #AF6C2F

RGB

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

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

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

R = 53.03%
G = 32.73%
B = 14.24%

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

#AF6C2F (or 0xAF6C2F) is known color: Reno Sand. HEX triplet: AF, 6C and 2F. RGB value is (175,108,47). Sum of RGB (Red+Green+Blue) = 175+108+47=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C2F is #5093D0. Grayscale: #797979. Windows color (decimal): -5280721 or 3108015. OLE color: 3108015.

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

Color convert

RGB 175 108 47 -
CMYK 0 0.38 0.73 0.31
HSL 28.59º 0.58% 0.44% -
HSV(B) 28.59º 0.73% 0.69% -
XYZ 23.55 20.04 5.32 -
YUV 121.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 175 108 47 0 0.38 0.73 0.31 28.59 0.58 0.44
Hex AF 6C 2F 0 26 49 1F 1D 3A 2C
Octal 257 154 57 0 46 111 37 35 72 54
Binary 10101111 1101100 101111 0 100110 1001001 11111 11101 111010 101100

Color Harmonies of #AF6C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C2F

Black with #AF6C2F

Text Example


Text Example

White with #AF6C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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