Html Css Color HEX #AF7639 Reno Sand

📋 copy color: '#AF7639'

red 175 ◦ green 118 ◦ blue 57

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

Shades of Reno Sand #AF7639

Tints of Reno Sand #AF7639

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 50%
G = 33.71%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF7639 (or 0xAF7639) is known color: Reno Sand. HEX triplet: AF, 76 and 39. RGB value is (175,118,57). Sum of RGB (Red+Green+Blue) = 175+118+57=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7639 is #5089C6. Grayscale: #808080. Windows color (decimal): -5278151 or 3765935. OLE color: 3765935.

HSL color Cylindrical-coordinate representation of color #AF7639: hue angle of 31.02º 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 #AF7639 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 57 -
CMYK 0 0.33 0.67 0.31
HSL 31.02º 0.51% 0.45% -
HSV(B) 31.02º 0.67% 0.69% -
XYZ 24.9 22.37 6.88 -
YUV 128.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 175 118 57 0 0.33 0.67 0.31 31.02 0.51 0.45
Hex AF 76 39 0 21 43 1F 1F 33 2D
Octal 257 166 71 0 41 103 37 37 63 55
Binary 10101111 1110110 111001 0 100001 1000011 11111 11111 110011 101101

Color Harmonies of #AF7639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7639

Black with #AF7639

Text Example


Text Example

White with #AF7639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7639; }

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

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

background-color css

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

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

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

border-color css

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

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

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