Html Css Color HEX #AF7737 Reno Sand

📋 copy color: '#AF7737'

red 175 ◦ green 119 ◦ blue 55

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

Shades of Reno Sand #AF7737

Tints of Reno Sand #AF7737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 50.14%
G = 34.1%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7737 (or 0xAF7737) is known color: Reno Sand. HEX triplet: AF, 77 and 37. RGB value is (175,119,55). Sum of RGB (Red+Green+Blue) = 175+119+55=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7737 is #5088C8. Grayscale: #808080. Windows color (decimal): -5277897 or 3635119. OLE color: 3635119.

HSL color Cylindrical-coordinate representation of color #AF7737: hue angle of 32º degrees, saturation: 0.52, 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 #AF7737 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 55 -
CMYK 0 0.32 0.69 0.31
HSL 32º 0.52% 0.45% -
HSV(B) 32º 0.69% 0.69% -
XYZ 24.97 22.58 6.66 -
YUV 128.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 175 119 55 0 0.32 0.69 0.31 32 0.52 0.45
Hex AF 77 37 0 20 45 1F 20 34 2D
Octal 257 167 67 0 40 105 37 40 64 55
Binary 10101111 1110111 110111 0 100000 1000101 11111 100000 110100 101101

Color Harmonies of #AF7737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7737

Black with #AF7737

Text Example


Text Example

White with #AF7737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7737; }

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

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

background-color css

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

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

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

border-color css

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

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

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