Html Css Color HEX #AF783A Reno Sand

📋 copy color: '#AF783A'

red 175 ◦ green 120 ◦ blue 58

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

Shades of Reno Sand #AF783A

Tints of Reno Sand #AF783A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.43%

R = 49.58%
G = 33.99%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF783A (or 0xAF783A) is known color: Reno Sand. HEX triplet: AF, 78 and 3A. RGB value is (175,120,58). Sum of RGB (Red+Green+Blue) = 175+120+58=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF783A is #5087C5. Grayscale: #818181. Windows color (decimal): -5277638 or 3831983. OLE color: 3831983.

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

Color convert

RGB 175 120 58 -
CMYK 0 0.31 0.67 0.31
HSL 31.79º 0.5% 0.46% -
HSV(B) 31.79º 0.67% 0.69% -
XYZ 25.16 22.85 7.09 -
YUV 129.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 175 120 58 0 0.31 0.67 0.31 31.79 0.5 0.46
Hex AF 78 3A 0 1F 43 1F 20 32 2E
Octal 257 170 72 0 37 103 37 40 62 56
Binary 10101111 1111000 111010 0 11111 1000011 11111 100000 110010 101110

Color Harmonies of #AF783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF783A

Black with #AF783A

Text Example


Text Example

White with #AF783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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