Html Css Color HEX #AF7138 Reno Sand

📋 copy color: '#AF7138'

red 175 ◦ green 113 ◦ blue 56

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

Shades of Reno Sand #AF7138

Tints of Reno Sand #AF7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 50.87%
G = 32.85%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF7138 (or 0xAF7138) is known color: Reno Sand. HEX triplet: AF, 71 and 38. RGB value is (175,113,56). Sum of RGB (Red+Green+Blue) = 175+113+56=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7138 is #508EC7. Grayscale: #7D7D7D. Windows color (decimal): -5279432 or 3699119. OLE color: 3699119.

HSL color Cylindrical-coordinate representation of color #AF7138: hue angle of 28.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF7138 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 56 -
CMYK 0 0.35 0.68 0.31
HSL 28.74º 0.52% 0.45% -
HSV(B) 28.74º 0.68% 0.69% -
XYZ 24.3 21.21 6.55 -
YUV 125.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 175 113 56 0 0.35 0.68 0.31 28.74 0.52 0.45
Hex AF 71 38 0 23 44 1F 1D 34 2D
Octal 257 161 70 0 43 104 37 35 64 55
Binary 10101111 1110001 111000 0 100011 1000100 11111 11101 110100 101101

Color Harmonies of #AF7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7138

Black with #AF7138

Text Example


Text Example

White with #AF7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7138; }

 p { color: rgb(175,113,56); }

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

background-color css

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

 a { background-color: rgb(175,113,56); }

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

border-color css

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

 span { border-color: rgb(175,113,56); }

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