Html Css Color HEX #AC6919 Golden Brown

📋 copy color: '#AC6919'

red 172 ◦ green 105 ◦ blue 25

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

Shades of Golden Brown #AC6919

Tints of Golden Brown #AC6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

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

R = 56.95%
G = 34.77%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6919 (or 0xAC6919) is known color: Golden Brown. HEX triplet: AC, 69 and 19. RGB value is (172,105,25). Sum of RGB (Red+Green+Blue) = 172+105+25=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6919 is #5396E6. Grayscale: #747474. Windows color (decimal): -5478119 or 1665452. OLE color: 1665452.

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

Color convert

RGB 172 105 25 -
CMYK 0 0.39 0.85 0.33
HSL 32.65º 0.75% 0.39% -
HSV(B) 32.65º 0.85% 0.67% -
XYZ 22.24 18.94 3.4 -
YUV 115.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 172 105 25 0 0.39 0.85 0.33 32.65 0.75 0.39
Hex AC 69 19 0 27 55 21 21 4B 27
Octal 254 151 31 0 47 125 41 41 113 47
Binary 10101100 1101001 11001 0 100111 1010101 100001 100001 1001011 100111

Color Harmonies of #AC6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6919

Black with #AC6919

Text Example


Text Example

White with #AC6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6919; }

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

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

background-color css

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

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

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

border-color css

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

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

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