Html Css Color HEX #AF7533 Reno Sand

📋 copy color: '#AF7533'

red 175 ◦ green 117 ◦ blue 51

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

Shades of Reno Sand #AF7533

Tints of Reno Sand #AF7533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.87%

R = 51.02%
G = 34.11%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7533 (or 0xAF7533) is known color: Reno Sand. HEX triplet: AF, 75 and 33. RGB value is (175,117,51). Sum of RGB (Red+Green+Blue) = 175+117+51=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7533 is #508ACC. Grayscale: #7F7F7F. Windows color (decimal): -5278413 or 3372463. OLE color: 3372463.

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

Color convert

RGB 175 117 51 -
CMYK 0 0.33 0.71 0.31
HSL 31.94º 0.55% 0.44% -
HSV(B) 31.94º 0.71% 0.69% -
XYZ 24.64 22.08 6.09 -
YUV 126.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 175 117 51 0 0.33 0.71 0.31 31.94 0.55 0.44
Hex AF 75 33 0 21 47 1F 20 37 2C
Octal 257 165 63 0 41 107 37 40 67 54
Binary 10101111 1110101 110011 0 100001 1000111 11111 100000 110111 101100

Color Harmonies of #AF7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7533

Black with #AF7533

Text Example


Text Example

White with #AF7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7533; }

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

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

background-color css

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

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

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

border-color css

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

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

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