Html Css Color HEX #AC7738 Reno Sand

📋 copy color: '#AC7738'

red 172 ◦ green 119 ◦ blue 56

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

Shades of Reno Sand #AC7738

Tints of Reno Sand #AC7738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 49.57%
G = 34.29%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7738 (or 0xAC7738) is known color: Reno Sand. HEX triplet: AC, 77 and 38. RGB value is (172,119,56). Sum of RGB (Red+Green+Blue) = 172+119+56=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7738 is #5388C7. Grayscale: #7F7F7F. Windows color (decimal): -5474504 or 3700652. OLE color: 3700652.

HSL color Cylindrical-coordinate representation of color #AC7738: hue angle of 32.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC7738 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 56 -
CMYK 0 0.31 0.67 0.33
HSL 32.59º 0.51% 0.45% -
HSV(B) 32.59º 0.67% 0.67% -
XYZ 24.32 22.25 6.75 -
YUV 127.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 172 119 56 0 0.31 0.67 0.33 32.59 0.51 0.45
Hex AC 77 38 0 1F 43 21 21 33 2D
Octal 254 167 70 0 37 103 41 41 63 55
Binary 10101100 1110111 111000 0 11111 1000011 100001 100001 110011 101101

Color Harmonies of #AC7738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7738

Black with #AC7738

Text Example


Text Example

White with #AC7738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7738; }

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

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

background-color css

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

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

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

border-color css

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

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

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