Html Css Color HEX #AC793D Reno Sand

📋 copy color: '#AC793D'

red 172 ◦ green 121 ◦ blue 61

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

Shades of Reno Sand #AC793D

Tints of Reno Sand #AC793D

RGB

 RED value IS 172 (67.58% from 255) = 48.59%

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 48.59%
G = 34.18%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC793D (or 0xAC793D) is known color: Reno Sand. HEX triplet: AC, 79 and 3D. RGB value is (172,121,61). Sum of RGB (Red+Green+Blue) = 172+121+61=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC793D is #5386C2. Grayscale: #818181. Windows color (decimal): -5473987 or 4028844. OLE color: 4028844.

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

Color convert

RGB 172 121 61 -
CMYK 0 0.30 0.65 0.33
HSL 32.43º 0.48% 0.46% -
HSV(B) 32.43º 0.65% 0.67% -
XYZ 24.69 22.78 7.51 -
YUV 129.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 172 121 61 0 0.30 0.65 0.33 32.43 0.48 0.46
Hex AC 79 3D 0 1E 41 21 20 30 2E
Octal 254 171 75 0 36 101 41 40 60 56
Binary 10101100 1111001 111101 0 11110 1000001 100001 100000 110000 101110

Color Harmonies of #AC793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC793D

Black with #AC793D

Text Example


Text Example

White with #AC793D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC793D; }

 p { color: rgb(172,121,61); }

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

background-color css

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

 a { background-color: rgb(172,121,61); }

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

border-color css

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

 span { border-color: rgb(172,121,61); }

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