Html Css Color HEX #AC6A1B Golden Brown

📋 copy color: '#AC6A1B'

red 172 ◦ green 106 ◦ blue 27

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

Shades of Golden Brown #AC6A1B

Tints of Golden Brown #AC6A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 56.39%
G = 34.75%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC6A1B (or 0xAC6A1B) is known color: Golden Brown. HEX triplet: AC, 6A and 1B. RGB value is (172,106,27). Sum of RGB (Red+Green+Blue) = 172+106+27=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A1B is #5395E4. Grayscale: #757575. Windows color (decimal): -5477861 or 1796780. OLE color: 1796780.

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

Color convert

RGB 172 106 27 -
CMYK 0 0.38 0.84 0.33
HSL 32.69º 0.73% 0.39% -
HSV(B) 32.69º 0.84% 0.67% -
XYZ 22.37 19.16 3.56 -
YUV 116.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 172 106 27 0 0.38 0.84 0.33 32.69 0.73 0.39
Hex AC 6A 1B 0 26 54 21 21 49 27
Octal 254 152 33 0 46 124 41 41 111 47
Binary 10101100 1101010 11011 0 100110 1010100 100001 100001 1001001 100111

Color Harmonies of #AC6A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A1B

Black with #AC6A1B

Text Example


Text Example

White with #AC6A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A1B; }

 p { color: rgb(172,106,27); }

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

background-color css

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

 a { background-color: rgb(172,106,27); }

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

border-color css

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

 span { border-color: rgb(172,106,27); }

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