Html Css Color HEX #AF783D Reno Sand

📋 copy color: '#AF783D'

red 175 ◦ green 120 ◦ blue 61

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

Shades of Reno Sand #AF783D

Tints of Reno Sand #AF783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 49.16%
G = 33.71%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF783D (or 0xAF783D) is known color: Reno Sand. HEX triplet: AF, 78 and 3D. RGB value is (175,120,61). Sum of RGB (Red+Green+Blue) = 175+120+61=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF783D is #5087C2. Grayscale: #828282. Windows color (decimal): -5277635 or 4028591. OLE color: 4028591.

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

Color convert

RGB 175 120 61 -
CMYK 0 0.31 0.65 0.31
HSL 31.05º 0.48% 0.46% -
HSV(B) 31.05º 0.65% 0.69% -
XYZ 25.24 22.88 7.5 -
YUV 129.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 175 120 61 0 0.31 0.65 0.31 31.05 0.48 0.46
Hex AF 78 3D 0 1F 41 1F 1F 30 2E
Octal 257 170 75 0 37 101 37 37 60 56
Binary 10101111 1111000 111101 0 11111 1000001 11111 11111 110000 101110

Color Harmonies of #AF783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF783D

Black with #AF783D

Text Example


Text Example

White with #AF783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF783D; }

 p { color: rgb(175,120,61); }

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

background-color css

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

 a { background-color: rgb(175,120,61); }

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

border-color css

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

 span { border-color: rgb(175,120,61); }

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