Html Css Color HEX #AF7536 Reno Sand

📋 copy color: '#AF7536'

red 175 ◦ green 117 ◦ blue 54

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

Shades of Reno Sand #AF7536

Tints of Reno Sand #AF7536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 50.58%
G = 33.82%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7536 (or 0xAF7536) is known color: Reno Sand. HEX triplet: AF, 75 and 36. RGB value is (175,117,54). Sum of RGB (Red+Green+Blue) = 175+117+54=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7536 is #508AC9. Grayscale: #7F7F7F. Windows color (decimal): -5278410 or 3569071. OLE color: 3569071.

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

Color convert

RGB 175 117 54 -
CMYK 0 0.33 0.69 0.31
HSL 31.24º 0.53% 0.45% -
HSV(B) 31.24º 0.69% 0.69% -
XYZ 24.71 22.1 6.45 -
YUV 127.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 175 117 54 0 0.33 0.69 0.31 31.24 0.53 0.45
Hex AF 75 36 0 21 45 1F 1F 35 2D
Octal 257 165 66 0 41 105 37 37 65 55
Binary 10101111 1110101 110110 0 100001 1000101 11111 11111 110101 101101

Color Harmonies of #AF7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7536

Black with #AF7536

Text Example


Text Example

White with #AF7536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7536; }

 p { color: rgb(175,117,54); }

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

background-color css

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

 a { background-color: rgb(175,117,54); }

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

border-color css

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

 span { border-color: rgb(175,117,54); }

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