Html Css Color HEX #AC6933 Reno Sand

📋 copy color: '#AC6933'

red 172 ◦ green 105 ◦ blue 51

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

Shades of Reno Sand #AC6933

Tints of Reno Sand #AC6933

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 52.44%
G = 32.01%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC6933 (or 0xAC6933) is known color: Reno Sand. HEX triplet: AC, 69 and 33. RGB value is (172,105,51). Sum of RGB (Red+Green+Blue) = 172+105+51=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6933 is #5396CC. Grayscale: #777777. Windows color (decimal): -5478093 or 3369388. OLE color: 3369388.

HSL color Cylindrical-coordinate representation of color #AC6933: hue angle of 26.78º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC6933 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 51 -
CMYK 0 0.39 0.70 0.33
HSL 26.78º 0.54% 0.44% -
HSV(B) 26.78º 0.7% 0.67% -
XYZ 22.66 19.11 5.63 -
YUV 118.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 172 105 51 0 0.39 0.70 0.33 26.78 0.54 0.44
Hex AC 69 33 0 27 46 21 1B 36 2C
Octal 254 151 63 0 47 106 41 33 66 54
Binary 10101100 1101001 110011 0 100111 1000110 100001 11011 110110 101100

Color Harmonies of #AC6933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6933

Black with #AC6933

Text Example


Text Example

White with #AC6933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6933; }

 p { color: rgb(172,105,51); }

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

background-color css

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

 a { background-color: rgb(172,105,51); }

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

border-color css

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

 span { border-color: rgb(172,105,51); }

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