Html Css Color HEX #AC7238 Reno Sand

📋 copy color: '#AC7238'

red 172 ◦ green 114 ◦ blue 56

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

Shades of Reno Sand #AC7238

Tints of Reno Sand #AC7238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 50.29%
G = 33.33%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7238 (or 0xAC7238) is known color: Reno Sand. HEX triplet: AC, 72 and 38. RGB value is (172,114,56). Sum of RGB (Red+Green+Blue) = 172+114+56=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7238 is #538DC7. Grayscale: #7D7D7D. Windows color (decimal): -5475784 or 3699372. OLE color: 3699372.

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

Color convert

RGB 172 114 56 -
CMYK 0 0.34 0.67 0.33
HSL 30º 0.51% 0.45% -
HSV(B) 30º 0.67% 0.67% -
XYZ 23.74 21.09 6.56 -
YUV 124.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 172 114 56 0 0.34 0.67 0.33 30 0.51 0.45
Hex AC 72 38 0 22 43 21 1E 33 2D
Octal 254 162 70 0 42 103 41 36 63 55
Binary 10101100 1110010 111000 0 100010 1000011 100001 11110 110011 101101

Color Harmonies of #AC7238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7238

Black with #AC7238

Text Example


Text Example

White with #AC7238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7238; }

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

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

background-color css

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

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

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

border-color css

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

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

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