Html Css Color HEX #AC6B2E Reno Sand

📋 copy color: '#AC6B2E'

red 172 ◦ green 107 ◦ blue 46

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

Shades of Reno Sand #AC6B2E

Tints of Reno Sand #AC6B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 52.92%
G = 32.92%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC6B2E (or 0xAC6B2E) is known color: Reno Sand. HEX triplet: AC, 6B and 2E. RGB value is (172,107,46). Sum of RGB (Red+Green+Blue) = 172+107+46=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B2E is #5394D1. Grayscale: #777777. Windows color (decimal): -5477586 or 3042220. OLE color: 3042220.

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

Color convert

RGB 172 107 46 -
CMYK 0 0.38 0.73 0.33
HSL 29.05º 0.58% 0.43% -
HSV(B) 29.05º 0.73% 0.67% -
XYZ 22.76 19.48 5.15 -
YUV 119.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 172 107 46 0 0.38 0.73 0.33 29.05 0.58 0.43
Hex AC 6B 2E 0 26 49 21 1D 3A 2B
Octal 254 153 56 0 46 111 41 35 72 53
Binary 10101100 1101011 101110 0 100110 1001001 100001 11101 111010 101011

Color Harmonies of #AC6B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B2E

Black with #AC6B2E

Text Example


Text Example

White with #AC6B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B2E; }

 p { color: rgb(172,107,46); }

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

background-color css

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

 a { background-color: rgb(172,107,46); }

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

border-color css

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

 span { border-color: rgb(172,107,46); }

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