Html Css Color HEX #AC733A Reno Sand

📋 copy color: '#AC733A'

red 172 ◦ green 115 ◦ blue 58

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

Shades of Reno Sand #AC733A

Tints of Reno Sand #AC733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 49.86%
G = 33.33%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC733A (or 0xAC733A) is known color: Reno Sand. HEX triplet: AC, 73 and 3A. RGB value is (172,115,58). Sum of RGB (Red+Green+Blue) = 172+115+58=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733A is #538CC5. Grayscale: #7D7D7D. Windows color (decimal): -5475526 or 3830700. OLE color: 3830700.

HSL color Cylindrical-coordinate representation of color #AC733A: hue angle of 30º 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 #AC733A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 58 -
CMYK 0 0.33 0.66 0.33
HSL 30º 0.5% 0.45% -
HSV(B) 30º 0.66% 0.67% -
XYZ 23.91 21.34 6.86 -
YUV 125.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 172 115 58 0 0.33 0.66 0.33 30 0.5 0.45
Hex AC 73 3A 0 21 42 21 1E 32 2D
Octal 254 163 72 0 41 102 41 36 62 55
Binary 10101100 1110011 111010 0 100001 1000010 100001 11110 110010 101101

Color Harmonies of #AC733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC733A

Black with #AC733A

Text Example


Text Example

White with #AC733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC733A; }

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

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

background-color css

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

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

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

border-color css

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

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

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