Html Css Color HEX #AC6E38 Reno Sand

📋 copy color: '#AC6E38'

red 172 ◦ green 110 ◦ blue 56

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

Shades of Reno Sand #AC6E38

Tints of Reno Sand #AC6E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

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

R = 50.89%
G = 32.54%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC6E38 (or 0xAC6E38) is known color: Reno Sand. HEX triplet: AC, 6E and 38. RGB value is (172,110,56). Sum of RGB (Red+Green+Blue) = 172+110+56=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E38 is #5391C7. Grayscale: #7A7A7A. Windows color (decimal): -5476808 or 3698348. OLE color: 3698348.

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

Color convert

RGB 172 110 56 -
CMYK 0 0.36 0.67 0.33
HSL 27.93º 0.51% 0.45% -
HSV(B) 27.93º 0.67% 0.67% -
XYZ 23.3 20.21 6.41 -
YUV 122.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 172 110 56 0 0.36 0.67 0.33 27.93 0.51 0.45
Hex AC 6E 38 0 24 43 21 1C 33 2D
Octal 254 156 70 0 44 103 41 34 63 55
Binary 10101100 1101110 111000 0 100100 1000011 100001 11100 110011 101101

Color Harmonies of #AC6E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E38

Black with #AC6E38

Text Example


Text Example

White with #AC6E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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