Html Css Color HEX #AF6D26 Reno Sand

📋 copy color: '#AF6D26'

red 175 ◦ green 109 ◦ blue 38

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

Shades of Reno Sand #AF6D26

Tints of Reno Sand #AF6D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 54.35%
G = 33.85%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF6D26 (or 0xAF6D26) is known color: Reno Sand. HEX triplet: AF, 6D and 26. RGB value is (175,109,38). Sum of RGB (Red+Green+Blue) = 175+109+38=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D26 is #5092D9. Grayscale: #787878. Windows color (decimal): -5280474 or 2518447. OLE color: 2518447.

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

Color convert

RGB 175 109 38 -
CMYK 0 0.38 0.78 0.31
HSL 31.09º 0.64% 0.42% -
HSV(B) 31.09º 0.78% 0.69% -
XYZ 23.5 20.19 4.49 -
YUV 120.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 175 109 38 0 0.38 0.78 0.31 31.09 0.64 0.42
Hex AF 6D 26 0 26 4E 1F 1F 40 2A
Octal 257 155 46 0 46 116 37 37 100 52
Binary 10101111 1101101 100110 0 100110 1001110 11111 11111 1000000 101010

Color Harmonies of #AF6D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D26

Black with #AF6D26

Text Example


Text Example

White with #AF6D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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