Html Css Color HEX #AC763B Reno Sand

📋 copy color: '#AC763B'

red 172 ◦ green 118 ◦ blue 59

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

Shades of Reno Sand #AC763B

Tints of Reno Sand #AC763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

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

R = 49.28%
G = 33.81%
B = 16.91%

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

#AC763B (or 0xAC763B) is known color: Reno Sand. HEX triplet: AC, 76 and 3B. RGB value is (172,118,59). Sum of RGB (Red+Green+Blue) = 172+118+59=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763B is #5389C4. Grayscale: #7F7F7F. Windows color (decimal): -5474757 or 3897004. OLE color: 3897004.

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

Color convert

RGB 172 118 59 -
CMYK 0 0.31 0.66 0.33
HSL 31.33º 0.49% 0.45% -
HSV(B) 31.33º 0.66% 0.67% -
XYZ 24.28 22.04 7.11 -
YUV 127.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 172 118 59 0 0.31 0.66 0.33 31.33 0.49 0.45
Hex AC 76 3B 0 1F 42 21 1F 31 2D
Octal 254 166 73 0 37 102 41 37 61 55
Binary 10101100 1110110 111011 0 11111 1000010 100001 11111 110001 101101

Color Harmonies of #AC763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC763B

Black with #AC763B

Text Example


Text Example

White with #AC763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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