Html Css Color HEX #AC793C Reno Sand

📋 copy color: '#AC793C'

red 172 ◦ green 121 ◦ blue 60

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

Shades of Reno Sand #AC793C

Tints of Reno Sand #AC793C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 48.73%
G = 34.28%
B = 17%

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

#AC793C (or 0xAC793C) is known color: Reno Sand. HEX triplet: AC, 79 and 3C. RGB value is (172,121,60). Sum of RGB (Red+Green+Blue) = 172+121+60=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC793C is #5386C3. Grayscale: #818181. Windows color (decimal): -5473988 or 3963308. OLE color: 3963308.

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

Color convert

RGB 172 121 60 -
CMYK 0 0.30 0.65 0.33
HSL 32.68º 0.48% 0.45% -
HSV(B) 32.68º 0.65% 0.67% -
XYZ 24.67 22.77 7.37 -
YUV 129.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 172 121 60 0 0.30 0.65 0.33 32.68 0.48 0.45
Hex AC 79 3C 0 1E 41 21 21 30 2D
Octal 254 171 74 0 36 101 41 41 60 55
Binary 10101100 1111001 111100 0 11110 1000001 100001 100001 110000 101101

Color Harmonies of #AC793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC793C

Black with #AC793C

Text Example


Text Example

White with #AC793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC793C; }

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

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

background-color css

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

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

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

border-color css

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

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

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