Html Css Color HEX #AC783A Reno Sand

📋 copy color: '#AC783A'

red 172 ◦ green 120 ◦ blue 58

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

Shades of Reno Sand #AC783A

Tints of Reno Sand #AC783A

RGB

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

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

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

R = 49.14%
G = 34.29%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC783A (or 0xAC783A) is known color: Reno Sand. HEX triplet: AC, 78 and 3A. RGB value is (172,120,58). Sum of RGB (Red+Green+Blue) = 172+120+58=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC783A is #5387C5. Grayscale: #808080. Windows color (decimal): -5474246 or 3831980. OLE color: 3831980.

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

Color convert

RGB 172 120 58 -
CMYK 0 0.30 0.66 0.33
HSL 32.63º 0.5% 0.45% -
HSV(B) 32.63º 0.66% 0.67% -
XYZ 24.49 22.51 7.06 -
YUV 128.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 172 120 58 0 0.30 0.66 0.33 32.63 0.5 0.45
Hex AC 78 3A 0 1E 42 21 21 32 2D
Octal 254 170 72 0 36 102 41 41 62 55
Binary 10101100 1111000 111010 0 11110 1000010 100001 100001 110010 101101

Color Harmonies of #AC783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC783A

Black with #AC783A

Text Example


Text Example

White with #AC783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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