Html Css Color HEX #AF7338 Reno Sand

📋 copy color: '#AF7338'

red 175 ◦ green 115 ◦ blue 56

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

Shades of Reno Sand #AF7338

Tints of Reno Sand #AF7338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 50.58%
G = 33.24%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF7338 (or 0xAF7338) is known color: Reno Sand. HEX triplet: AF, 73 and 38. RGB value is (175,115,56). Sum of RGB (Red+Green+Blue) = 175+115+56=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7338 is #508CC7. Grayscale: #7E7E7E. Windows color (decimal): -5278920 or 3699631. OLE color: 3699631.

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

Color convert

RGB 175 115 56 -
CMYK 0 0.34 0.68 0.31
HSL 29.75º 0.52% 0.45% -
HSV(B) 29.75º 0.68% 0.69% -
XYZ 24.52 21.66 6.63 -
YUV 126.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 175 115 56 0 0.34 0.68 0.31 29.75 0.52 0.45
Hex AF 73 38 0 22 44 1F 1E 34 2D
Octal 257 163 70 0 42 104 37 36 64 55
Binary 10101111 1110011 111000 0 100010 1000100 11111 11110 110100 101101

Color Harmonies of #AF7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7338

Black with #AF7338

Text Example


Text Example

White with #AF7338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7338; }

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

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

background-color css

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

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

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

border-color css

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

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

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