Html Css Color HEX #AC611A Golden Brown

📋 copy color: '#AC611A'

red 172 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #AC611A

Tints of Golden Brown #AC611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 58.31%
G = 32.88%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC611A (or 0xAC611A) is known color: Golden Brown. HEX triplet: AC, 61 and 1A. RGB value is (172,97,26). Sum of RGB (Red+Green+Blue) = 172+97+26=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC611A is #539EE5. Grayscale: #6F6F6F. Windows color (decimal): -5480166 or 1728940. OLE color: 1728940.

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

Color convert

RGB 172 97 26 -
CMYK 0 0.44 0.85 0.33
HSL 29.18º 0.74% 0.39% -
HSV(B) 29.18º 0.85% 0.67% -
XYZ 21.47 17.39 3.2 -
YUV 111.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 172 97 26 0 0.44 0.85 0.33 29.18 0.74 0.39
Hex AC 61 1A 0 2C 55 21 1D 4A 27
Octal 254 141 32 0 54 125 41 35 112 47
Binary 10101100 1100001 11010 0 101100 1010101 100001 11101 1001010 100111

Color Harmonies of #AC611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC611A

Black with #AC611A

Text Example


Text Example

White with #AC611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC611A; }

 p { color: rgb(172,97,26); }

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

background-color css

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

 a { background-color: rgb(172,97,26); }

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

border-color css

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

 span { border-color: rgb(172,97,26); }

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