Html Css Color HEX #AC6B1A Golden Brown

📋 copy color: '#AC6B1A'

red 172 ◦ green 107 ◦ blue 26

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

Shades of Golden Brown #AC6B1A

Tints of Golden Brown #AC6B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

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

R = 56.39%
G = 35.08%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6B1A (or 0xAC6B1A) is known color: Golden Brown. HEX triplet: AC, 6B and 1A. RGB value is (172,107,26). Sum of RGB (Red+Green+Blue) = 172+107+26=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B1A is #5394E5. Grayscale: #757575. Windows color (decimal): -5477606 or 1731500. OLE color: 1731500.

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

Color convert

RGB 172 107 26 -
CMYK 0 0.38 0.85 0.33
HSL 33.29º 0.74% 0.39% -
HSV(B) 33.29º 0.85% 0.67% -
XYZ 22.46 19.36 3.53 -
YUV 117.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 172 107 26 0 0.38 0.85 0.33 33.29 0.74 0.39
Hex AC 6B 1A 0 26 55 21 21 4A 27
Octal 254 153 32 0 46 125 41 41 112 47
Binary 10101100 1101011 11010 0 100110 1010101 100001 100001 1001010 100111

Color Harmonies of #AC6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B1A

Black with #AC6B1A

Text Example


Text Example

White with #AC6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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