Html Css Color HEX #AC773A Reno Sand

📋 copy color: '#AC773A'

red 172 ◦ green 119 ◦ blue 58

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

Shades of Reno Sand #AC773A

Tints of Reno Sand #AC773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

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

R = 49.28%
G = 34.1%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC773A (or 0xAC773A) is known color: Reno Sand. HEX triplet: AC, 77 and 3A. RGB value is (172,119,58). Sum of RGB (Red+Green+Blue) = 172+119+58=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773A is #5388C5. Grayscale: #808080. Windows color (decimal): -5474502 or 3831724. OLE color: 3831724.

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

Color convert

RGB 172 119 58 -
CMYK 0 0.31 0.66 0.33
HSL 32.11º 0.5% 0.45% -
HSV(B) 32.11º 0.66% 0.67% -
XYZ 24.37 22.27 7.02 -
YUV 127.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 172 119 58 0 0.31 0.66 0.33 32.11 0.5 0.45
Hex AC 77 3A 0 1F 42 21 20 32 2D
Octal 254 167 72 0 37 102 41 40 62 55
Binary 10101100 1110111 111010 0 11111 1000010 100001 100000 110010 101101

Color Harmonies of #AC773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC773A

Black with #AC773A

Text Example


Text Example

White with #AC773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC773A; }

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

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

background-color css

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

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

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

border-color css

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

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

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