Html Css Color HEX #AF773B Reno Sand

📋 copy color: '#AF773B'

red 175 ◦ green 119 ◦ blue 59

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

Shades of Reno Sand #AF773B

Tints of Reno Sand #AF773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 49.58%
G = 33.71%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF773B (or 0xAF773B) is known color: Reno Sand. HEX triplet: AF, 77 and 3B. RGB value is (175,119,59). Sum of RGB (Red+Green+Blue) = 175+119+59=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773B is #5088C4. Grayscale: #818181. Windows color (decimal): -5277893 or 3897263. OLE color: 3897263.

HSL color Cylindrical-coordinate representation of color #AF773B: hue angle of 31.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF773B is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 59 -
CMYK 0 0.32 0.66 0.31
HSL 31.03º 0.5% 0.46% -
HSV(B) 31.03º 0.66% 0.69% -
XYZ 25.07 22.62 7.18 -
YUV 128.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 175 119 59 0 0.32 0.66 0.31 31.03 0.5 0.46
Hex AF 77 3B 0 20 42 1F 1F 32 2E
Octal 257 167 73 0 40 102 37 37 62 56
Binary 10101111 1110111 111011 0 100000 1000010 11111 11111 110010 101110

Color Harmonies of #AF773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF773B

Black with #AF773B

Text Example


Text Example

White with #AF773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF773B; }

 p { color: rgb(175,119,59); }

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

background-color css

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

 a { background-color: rgb(175,119,59); }

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

border-color css

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

 span { border-color: rgb(175,119,59); }

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