Html Css Color HEX #AF7635 Reno Sand

📋 copy color: '#AF7635'

red 175 ◦ green 118 ◦ blue 53

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

Shades of Reno Sand #AF7635

Tints of Reno Sand #AF7635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 50.58%
G = 34.1%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7635 (or 0xAF7635) is known color: Reno Sand. HEX triplet: AF, 76 and 35. RGB value is (175,118,53). Sum of RGB (Red+Green+Blue) = 175+118+53=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7635 is #5089CA. Grayscale: #7F7F7F. Windows color (decimal): -5278155 or 3503791. OLE color: 3503791.

HSL color Cylindrical-coordinate representation of color #AF7635: hue angle of 31.97º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF7635 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 53 -
CMYK 0 0.33 0.70 0.31
HSL 31.97º 0.54% 0.45% -
HSV(B) 31.97º 0.7% 0.69% -
XYZ 24.8 22.33 6.37 -
YUV 127.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 175 118 53 0 0.33 0.70 0.31 31.97 0.54 0.45
Hex AF 76 35 0 21 46 1F 20 36 2D
Octal 257 166 65 0 41 106 37 40 66 55
Binary 10101111 1110110 110101 0 100001 1000110 11111 100000 110110 101101

Color Harmonies of #AF7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7635

Black with #AF7635

Text Example


Text Example

White with #AF7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7635; }

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

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

background-color css

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

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

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

border-color css

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

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

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