Html Css Color HEX #AC6213 Golden Brown

📋 copy color: '#AC6213'

red 172 ◦ green 98 ◦ blue 19

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

Shades of Golden Brown #AC6213

Tints of Golden Brown #AC6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 59.52%
G = 33.91%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC6213 (or 0xAC6213) is known color: Golden Brown. HEX triplet: AC, 62 and 13. RGB value is (172,98,19). Sum of RGB (Red+Green+Blue) = 172+98+19=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6213 is #539DEC. Grayscale: #6F6F6F. Windows color (decimal): -5479917 or 1270444. OLE color: 1270444.

HSL color Cylindrical-coordinate representation of color #AC6213: hue angle of 30.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC6213 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 19 -
CMYK 0 0.43 0.89 0.33
HSL 30.98º 0.8% 0.37% -
HSV(B) 30.98º 0.89% 0.67% -
XYZ 21.5 17.55 2.87 -
YUV 111.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 172 98 19 0 0.43 0.89 0.33 30.98 0.8 0.37
Hex AC 62 13 0 2B 59 21 1F 50 25
Octal 254 142 23 0 53 131 41 37 120 45
Binary 10101100 1100010 10011 0 101011 1011001 100001 11111 1010000 100101

Color Harmonies of #AC6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6213

Black with #AC6213

Text Example


Text Example

White with #AC6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6213; }

 p { color: rgb(172,98,19); }

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

background-color css

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

 a { background-color: rgb(172,98,19); }

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

border-color css

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

 span { border-color: rgb(172,98,19); }

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