Html Css Color HEX #AC773B Reno Sand

📋 copy color: '#AC773B'

red 172 ◦ green 119 ◦ blue 59

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

Shades of Reno Sand #AC773B

Tints of Reno Sand #AC773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 49.14%
G = 34%
B = 16.86%

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

#AC773B (or 0xAC773B) is known color: Reno Sand. HEX triplet: AC, 77 and 3B. RGB value is (172,119,59). Sum of RGB (Red+Green+Blue) = 172+119+59=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773B is #5388C4. Grayscale: #808080. Windows color (decimal): -5474501 or 3897260. OLE color: 3897260.

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

Color convert

RGB 172 119 59 -
CMYK 0 0.31 0.66 0.33
HSL 31.86º 0.49% 0.45% -
HSV(B) 31.86º 0.66% 0.67% -
XYZ 24.4 22.28 7.15 -
YUV 128.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 172 119 59 0 0.31 0.66 0.33 31.86 0.49 0.45
Hex AC 77 3B 0 1F 42 21 20 31 2D
Octal 254 167 73 0 37 102 41 40 61 55
Binary 10101100 1110111 111011 0 11111 1000010 100001 100000 110001 101101

Color Harmonies of #AC773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC773B

Black with #AC773B

Text Example


Text Example

White with #AC773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC773B; }

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

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

background-color css

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

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

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

border-color css

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

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

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