Html Css Color HEX #AC5C11 Golden Brown

📋 copy color: '#AC5C11'

red 172 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #AC5C11

Tints of Golden Brown #AC5C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 61.21%
G = 32.74%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5C11 (or 0xAC5C11) is known color: Golden Brown. HEX triplet: AC, 5C and 11. RGB value is (172,92,17). Sum of RGB (Red+Green+Blue) = 172+92+17=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C11 is #53A3EE. Grayscale: #6B6B6B. Windows color (decimal): -5481455 or 1137836. OLE color: 1137836.

HSL color Cylindrical-coordinate representation of color #AC5C11: hue angle of 29.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5C11 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 17 -
CMYK 0 0.47 0.90 0.33
HSL 29.03º 0.82% 0.37% -
HSV(B) 29.03º 0.9% 0.67% -
XYZ 20.94 16.47 2.6 -
YUV 107.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 172 92 17 0 0.47 0.90 0.33 29.03 0.82 0.37
Hex AC 5C 11 0 2F 5A 21 1D 52 25
Octal 254 134 21 0 57 132 41 35 122 45
Binary 10101100 1011100 10001 0 101111 1011010 100001 11101 1010010 100101

Color Harmonies of #AC5C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C11

Black with #AC5C11

Text Example


Text Example

White with #AC5C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C11; }

 p { color: rgb(172,92,17); }

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

background-color css

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

 a { background-color: rgb(172,92,17); }

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

border-color css

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

 span { border-color: rgb(172,92,17); }

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