Html Css Color HEX #AF6726 Reno Sand

📋 copy color: '#AF6726'

red 175 ◦ green 103 ◦ blue 38

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

Shades of Reno Sand #AF6726

Tints of Reno Sand #AF6726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 55.38%
G = 32.59%
B = 12.03%

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

#AF6726 (or 0xAF6726) is known color: Reno Sand. HEX triplet: AF, 67 and 26. RGB value is (175,103,38). Sum of RGB (Red+Green+Blue) = 175+103+38=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6726 is #5098D9. Grayscale: #757575. Windows color (decimal): -5282010 or 2516911. OLE color: 2516911.

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

Color convert

RGB 175 103 38 -
CMYK 0 0.41 0.78 0.31
HSL 28.47º 0.64% 0.42% -
HSV(B) 28.47º 0.78% 0.69% -
XYZ 22.88 18.95 4.29 -
YUV 117.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 175 103 38 0 0.41 0.78 0.31 28.47 0.64 0.42
Hex AF 67 26 0 29 4E 1F 1C 40 2A
Octal 257 147 46 0 51 116 37 34 100 52
Binary 10101111 1100111 100110 0 101001 1001110 11111 11100 1000000 101010

Color Harmonies of #AF6726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6726

Black with #AF6726

Text Example


Text Example

White with #AF6726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6726; }

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

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

background-color css

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

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

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

border-color css

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

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

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