Html Css Color HEX #AC6503 Golden Brown

📋 copy color: '#AC6503'

red 172 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #AC6503

Tints of Golden Brown #AC6503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 62.32%
G = 36.59%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC6503 (or 0xAC6503) is known color: Golden Brown. HEX triplet: AC, 65 and 03. RGB value is (172,101,3). Sum of RGB (Red+Green+Blue) = 172+101+3=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6503 is #539AFC. Grayscale: #6F6F6F. Windows color (decimal): -5479165 or 222636. OLE color: 222636.

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

Color convert

RGB 172 101 3 -
CMYK 0 0.41 0.98 0.33
HSL 34.79º 0.97% 0.34% -
HSV(B) 34.79º 0.98% 0.67% -
XYZ 21.68 18.08 2.43 -
YUV 111.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 172 101 3 0 0.41 0.98 0.33 34.79 0.97 0.34
Hex AC 65 3 0 29 62 21 23 61 22
Octal 254 145 3 0 51 142 41 43 141 42
Binary 10101100 1100101 11 0 101001 1100010 100001 100011 1100001 100010

Color Harmonies of #AC6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6503

Black with #AC6503

Text Example


Text Example

White with #AC6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6503; }

 p { color: rgb(172,101,3); }

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

background-color css

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

 a { background-color: rgb(172,101,3); }

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

border-color css

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

 span { border-color: rgb(172,101,3); }

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