Html Css Color HEX #AF6D29 Reno Sand

📋 copy color: '#AF6D29'

red 175 ◦ green 109 ◦ blue 41

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

Shades of Reno Sand #AF6D29

Tints of Reno Sand #AF6D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 53.85%
G = 33.54%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6D29 (or 0xAF6D29) is known color: Reno Sand. HEX triplet: AF, 6D and 29. RGB value is (175,109,41). Sum of RGB (Red+Green+Blue) = 175+109+41=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D29 is #5092D6. Grayscale: #797979. Windows color (decimal): -5280471 or 2715055. OLE color: 2715055.

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

Color convert

RGB 175 109 41 -
CMYK 0 0.38 0.77 0.31
HSL 30.45º 0.62% 0.42% -
HSV(B) 30.45º 0.77% 0.69% -
XYZ 23.55 20.21 4.76 -
YUV 120.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 175 109 41 0 0.38 0.77 0.31 30.45 0.62 0.42
Hex AF 6D 29 0 26 4D 1F 1E 3E 2A
Octal 257 155 51 0 46 115 37 36 76 52
Binary 10101111 1101101 101001 0 100110 1001101 11111 11110 111110 101010

Color Harmonies of #AF6D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D29

Black with #AF6D29

Text Example


Text Example

White with #AF6D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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