Html Css Color HEX #AF6E28 Reno Sand

📋 copy color: '#AF6E28'

red 175 ◦ green 110 ◦ blue 40

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

Shades of Reno Sand #AF6E28

Tints of Reno Sand #AF6E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 53.85%
G = 33.85%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6E28 (or 0xAF6E28) is known color: Reno Sand. HEX triplet: AF, 6E and 28. RGB value is (175,110,40). Sum of RGB (Red+Green+Blue) = 175+110+40=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E28 is #5091D7. Grayscale: #797979. Windows color (decimal): -5280216 or 2649775. OLE color: 2649775.

HSL color Cylindrical-coordinate representation of color #AF6E28: hue angle of 31.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6E28 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 40 -
CMYK 0 0.37 0.77 0.31
HSL 31.11º 0.63% 0.42% -
HSV(B) 31.11º 0.77% 0.69% -
XYZ 23.64 20.42 4.7 -
YUV 121.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 175 110 40 0 0.37 0.77 0.31 31.11 0.63 0.42
Hex AF 6E 28 0 25 4D 1F 1F 3F 2A
Octal 257 156 50 0 45 115 37 37 77 52
Binary 10101111 1101110 101000 0 100101 1001101 11111 11111 111111 101010

Color Harmonies of #AF6E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E28

Black with #AF6E28

Text Example


Text Example

White with #AF6E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E28; }

 p { color: rgb(175,110,40); }

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

background-color css

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

 a { background-color: rgb(175,110,40); }

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

border-color css

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

 span { border-color: rgb(175,110,40); }

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