Html Css Color HEX #AF7739 Reno Sand

📋 copy color: '#AF7739'

red 175 ◦ green 119 ◦ blue 57

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

Shades of Reno Sand #AF7739

Tints of Reno Sand #AF7739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 49.86%
G = 33.9%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF7739 (or 0xAF7739) is known color: Reno Sand. HEX triplet: AF, 77 and 39. RGB value is (175,119,57). Sum of RGB (Red+Green+Blue) = 175+119+57=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7739 is #5088C6. Grayscale: #808080. Windows color (decimal): -5277895 or 3766191. OLE color: 3766191.

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

Color convert

RGB 175 119 57 -
CMYK 0 0.32 0.67 0.31
HSL 31.53º 0.51% 0.45% -
HSV(B) 31.53º 0.67% 0.69% -
XYZ 25.01 22.6 6.92 -
YUV 128.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 175 119 57 0 0.32 0.67 0.31 31.53 0.51 0.45
Hex AF 77 39 0 20 43 1F 20 33 2D
Octal 257 167 71 0 40 103 37 40 63 55
Binary 10101111 1110111 111001 0 100000 1000011 11111 100000 110011 101101

Color Harmonies of #AF7739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7739

Black with #AF7739

Text Example


Text Example

White with #AF7739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7739; }

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

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

background-color css

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

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

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

border-color css

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

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

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