Html Css Color HEX #AC723A Reno Sand

📋 copy color: '#AC723A'

red 172 ◦ green 114 ◦ blue 58

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

Shades of Reno Sand #AC723A

Tints of Reno Sand #AC723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 50%
G = 33.14%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC723A (or 0xAC723A) is known color: Reno Sand. HEX triplet: AC, 72 and 3A. RGB value is (172,114,58). Sum of RGB (Red+Green+Blue) = 172+114+58=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC723A is #538DC5. Grayscale: #7D7D7D. Windows color (decimal): -5475782 or 3830444. OLE color: 3830444.

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

Color convert

RGB 172 114 58 -
CMYK 0 0.34 0.66 0.33
HSL 29.47º 0.5% 0.45% -
HSV(B) 29.47º 0.66% 0.67% -
XYZ 23.79 21.11 6.82 -
YUV 124.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 172 114 58 0 0.34 0.66 0.33 29.47 0.5 0.45
Hex AC 72 3A 0 22 42 21 1D 32 2D
Octal 254 162 72 0 42 102 41 35 62 55
Binary 10101100 1110010 111010 0 100010 1000010 100001 11101 110010 101101

Color Harmonies of #AC723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC723A

Black with #AC723A

Text Example


Text Example

White with #AC723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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