Html Css Color HEX #AF6631 Reno Sand

📋 copy color: '#AF6631'

red 175 ◦ green 102 ◦ blue 49

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

Shades of Reno Sand #AF6631

Tints of Reno Sand #AF6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 53.68%
G = 31.29%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF6631 (or 0xAF6631) is known color: Reno Sand. HEX triplet: AF, 66 and 31. RGB value is (175,102,49). Sum of RGB (Red+Green+Blue) = 175+102+49=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6631 is #5099CE. Grayscale: #767676. Windows color (decimal): -5282255 or 3237551. OLE color: 3237551.

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

Color convert

RGB 175 102 49 -
CMYK 0 0.42 0.72 0.31
HSL 25.24º 0.56% 0.44% -
HSV(B) 25.24º 0.72% 0.69% -
XYZ 22.98 18.84 5.33 -
YUV 117.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 175 102 49 0 0.42 0.72 0.31 25.24 0.56 0.44
Hex AF 66 31 0 2A 48 1F 19 38 2C
Octal 257 146 61 0 52 110 37 31 70 54
Binary 10101111 1100110 110001 0 101010 1001000 11111 11001 111000 101100

Color Harmonies of #AF6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6631

Black with #AF6631

Text Example


Text Example

White with #AF6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6631; }

 p { color: rgb(175,102,49); }

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

background-color css

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

 a { background-color: rgb(175,102,49); }

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

border-color css

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

 span { border-color: rgb(175,102,49); }

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