Html Css Color HEX #AC6D30 Reno Sand

📋 copy color: '#AC6D30'

red 172 ◦ green 109 ◦ blue 48

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

Shades of Reno Sand #AC6D30

Tints of Reno Sand #AC6D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 52.28%
G = 33.13%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC6D30 (or 0xAC6D30) is known color: Reno Sand. HEX triplet: AC, 6D and 30. RGB value is (172,109,48). Sum of RGB (Red+Green+Blue) = 172+109+48=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D30 is #5392CF. Grayscale: #797979. Windows color (decimal): -5477072 or 3173804. OLE color: 3173804.

HSL color Cylindrical-coordinate representation of color #AC6D30: hue angle of 29.52º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC6D30 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 109 48 -
CMYK 0 0.37 0.72 0.33
HSL 29.52º 0.56% 0.43% -
HSV(B) 29.52º 0.72% 0.67% -
XYZ 23.02 19.92 5.43 -
YUV 120.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 172 109 48 0 0.37 0.72 0.33 29.52 0.56 0.43
Hex AC 6D 30 0 25 48 21 1E 38 2B
Octal 254 155 60 0 45 110 41 36 70 53
Binary 10101100 1101101 110000 0 100101 1001000 100001 11110 111000 101011

Color Harmonies of #AC6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D30

Black with #AC6D30

Text Example


Text Example

White with #AC6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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