Html Css Color HEX #AC6D38 Reno Sand

📋 copy color: '#AC6D38'

red 172 ◦ green 109 ◦ blue 56

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

Shades of Reno Sand #AC6D38

Tints of Reno Sand #AC6D38

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 51.04%
G = 32.34%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC6D38 (or 0xAC6D38) is known color: Reno Sand. HEX triplet: AC, 6D and 38. RGB value is (172,109,56). Sum of RGB (Red+Green+Blue) = 172+109+56=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D38 is #5392C7. Grayscale: #7A7A7A. Windows color (decimal): -5477064 or 3698092. OLE color: 3698092.

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

Color convert

RGB 172 109 56 -
CMYK 0 0.37 0.67 0.33
HSL 27.41º 0.51% 0.45% -
HSV(B) 27.41º 0.67% 0.67% -
XYZ 23.2 19.99 6.38 -
YUV 121.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 172 109 56 0 0.37 0.67 0.33 27.41 0.51 0.45
Hex AC 6D 38 0 25 43 21 1B 33 2D
Octal 254 155 70 0 45 103 41 33 63 55
Binary 10101100 1101101 111000 0 100101 1000011 100001 11011 110011 101101

Color Harmonies of #AC6D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D38

Black with #AC6D38

Text Example


Text Example

White with #AC6D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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