Html Css Color HEX #AC6219 Golden Brown

📋 copy color: '#AC6219'

red 172 ◦ green 98 ◦ blue 25

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

Shades of Golden Brown #AC6219

Tints of Golden Brown #AC6219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 58.31%
G = 33.22%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6219 (or 0xAC6219) is known color: Golden Brown. HEX triplet: AC, 62 and 19. RGB value is (172,98,25). Sum of RGB (Red+Green+Blue) = 172+98+25=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6219 is #539DE6. Grayscale: #707070. Windows color (decimal): -5479911 or 1663660. OLE color: 1663660.

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

Color convert

RGB 172 98 25 -
CMYK 0 0.43 0.85 0.33
HSL 29.8º 0.75% 0.39% -
HSV(B) 29.8º 0.85% 0.67% -
XYZ 21.56 17.58 3.18 -
YUV 111.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 172 98 25 0 0.43 0.85 0.33 29.8 0.75 0.39
Hex AC 62 19 0 2B 55 21 1E 4B 27
Octal 254 142 31 0 53 125 41 36 113 47
Binary 10101100 1100010 11001 0 101011 1010101 100001 11110 1001011 100111

Color Harmonies of #AC6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6219

Black with #AC6219

Text Example


Text Example

White with #AC6219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6219; }

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

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

background-color css

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

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

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

border-color css

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

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

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