Html Css Color HEX #AF6826 Reno Sand

📋 copy color: '#AF6826'

red 175 ◦ green 104 ◦ blue 38

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

Shades of Reno Sand #AF6826

Tints of Reno Sand #AF6826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 55.21%
G = 32.81%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF6826 (or 0xAF6826) is known color: Reno Sand. HEX triplet: AF, 68 and 26. RGB value is (175,104,38). Sum of RGB (Red+Green+Blue) = 175+104+38=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6826 is #5097D9. Grayscale: #767676. Windows color (decimal): -5281754 or 2517167. OLE color: 2517167.

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

Color convert

RGB 175 104 38 -
CMYK 0 0.41 0.78 0.31
HSL 28.91º 0.64% 0.42% -
HSV(B) 28.91º 0.78% 0.69% -
XYZ 22.98 19.15 4.32 -
YUV 117.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 175 104 38 0 0.41 0.78 0.31 28.91 0.64 0.42
Hex AF 68 26 0 29 4E 1F 1D 40 2A
Octal 257 150 46 0 51 116 37 35 100 52
Binary 10101111 1101000 100110 0 101001 1001110 11111 11101 1000000 101010

Color Harmonies of #AF6826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6826

Black with #AF6826

Text Example


Text Example

White with #AF6826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6826; }

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

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

background-color css

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

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

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

border-color css

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

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

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