Html Css Color HEX #AC6410 Golden Brown

📋 copy color: '#AC6410'

red 172 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #AC6410

Tints of Golden Brown #AC6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 59.72%
G = 34.72%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6410 (or 0xAC6410) is known color: Golden Brown. HEX triplet: AC, 64 and 10. RGB value is (172,100,16). Sum of RGB (Red+Green+Blue) = 172+100+16=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6410 is #539BEF. Grayscale: #707070. Windows color (decimal): -5479408 or 1074348. OLE color: 1074348.

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

Color convert

RGB 172 100 16 -
CMYK 0 0.42 0.91 0.33
HSL 32.31º 0.83% 0.37% -
HSV(B) 32.31º 0.91% 0.67% -
XYZ 21.66 17.92 2.81 -
YUV 111.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 172 100 16 0 0.42 0.91 0.33 32.31 0.83 0.37
Hex AC 64 10 0 2A 5B 21 20 53 25
Octal 254 144 20 0 52 133 41 40 123 45
Binary 10101100 1100100 10000 0 101010 1011011 100001 100000 1010011 100101

Color Harmonies of #AC6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6410

Black with #AC6410

Text Example


Text Example

White with #AC6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6410; }

 p { color: rgb(172,100,16); }

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

background-color css

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

 a { background-color: rgb(172,100,16); }

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

border-color css

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

 span { border-color: rgb(172,100,16); }

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