Html Css Color HEX #AC6319 Golden Brown

📋 copy color: '#AC6319'

red 172 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #AC6319

Tints of Golden Brown #AC6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 58.11%
G = 33.45%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6319 (or 0xAC6319) is known color: Golden Brown. HEX triplet: AC, 63 and 19. RGB value is (172,99,25). Sum of RGB (Red+Green+Blue) = 172+99+25=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6319 is #539CE6. Grayscale: #707070. Windows color (decimal): -5479655 or 1663916. OLE color: 1663916.

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

Color convert

RGB 172 99 25 -
CMYK 0 0.42 0.85 0.33
HSL 30.2º 0.75% 0.39% -
HSV(B) 30.2º 0.85% 0.67% -
XYZ 21.65 17.76 3.21 -
YUV 112.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 172 99 25 0 0.42 0.85 0.33 30.2 0.75 0.39
Hex AC 63 19 0 2A 55 21 1E 4B 27
Octal 254 143 31 0 52 125 41 36 113 47
Binary 10101100 1100011 11001 0 101010 1010101 100001 11110 1001011 100111

Color Harmonies of #AC6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6319

Black with #AC6319

Text Example


Text Example

White with #AC6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6319; }

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

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

background-color css

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

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

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

border-color css

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

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

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