Html Css Color HEX #AC5D10 Golden Brown

📋 copy color: '#AC5D10'

red 172 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #AC5D10

Tints of Golden Brown #AC5D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 61.21%
G = 33.1%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5D10 (or 0xAC5D10) is known color: Golden Brown. HEX triplet: AC, 5D and 10. RGB value is (172,93,16). Sum of RGB (Red+Green+Blue) = 172+93+16=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D10 is #53A2EF. Grayscale: #6C6C6C. Windows color (decimal): -5481200 or 1072556. OLE color: 1072556.

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

Color convert

RGB 172 93 16 -
CMYK 0 0.46 0.91 0.33
HSL 29.62º 0.83% 0.37% -
HSV(B) 29.62º 0.91% 0.67% -
XYZ 21.02 16.64 2.59 -
YUV 107.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 172 93 16 0 0.46 0.91 0.33 29.62 0.83 0.37
Hex AC 5D 10 0 2E 5B 21 1E 53 25
Octal 254 135 20 0 56 133 41 36 123 45
Binary 10101100 1011101 10000 0 101110 1011011 100001 11110 1010011 100101

Color Harmonies of #AC5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D10

Black with #AC5D10

Text Example


Text Example

White with #AC5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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