Html Css Color HEX #AC6301 Golden Brown

📋 copy color: '#AC6301'

red 172 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #AC6301

Tints of Golden Brown #AC6301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 63.24%
G = 36.4%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC6301 (or 0xAC6301) is known color: Golden Brown. HEX triplet: AC, 63 and 01. RGB value is (172,99,1). Sum of RGB (Red+Green+Blue) = 172+99+1=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6301 is #539CFE. Grayscale: #6E6E6E. Windows color (decimal): -5479679 or 91052. OLE color: 91052.

HSL color Cylindrical-coordinate representation of color #AC6301: hue angle of 34.39º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC6301 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 1 -
CMYK 0 0.42 0.99 0.33
HSL 34.39º 0.99% 0.34% -
HSV(B) 34.39º 0.99% 0.67% -
XYZ 21.48 17.7 2.31 -
YUV 109.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 172 99 1 0 0.42 0.99 0.33 34.39 0.99 0.34
Hex AC 63 1 0 2A 63 21 22 63 22
Octal 254 143 1 0 52 143 41 42 143 42
Binary 10101100 1100011 1 0 101010 1100011 100001 100010 1100011 100010

Color Harmonies of #AC6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6301

Black with #AC6301

Text Example


Text Example

White with #AC6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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