Html Css Color HEX #AC6700 Golden Brown

📋 copy color: '#AC6700'

red 172 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #AC6700

Tints of Golden Brown #AC6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.55%
G = 37.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC6700 (or 0xAC6700) is known color: Golden Brown. HEX triplet: AC, 67 and 00. RGB value is (172,103,0). Sum of RGB (Red+Green+Blue) = 172+103+0=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6700 is #5398FF. Grayscale: #707070. Windows color (decimal): -5478656 or 26540. OLE color: 26540.

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

Color convert

RGB 172 103 0 -
CMYK 0 0.40 1 0.33
HSL 35.93º 1% 0.34% -
HSV(B) 35.93º 1% 0.67% -
XYZ 21.86 18.47 2.41 -
YUV 111.89 64.86 170.88 -
System Red Green Blue C M Y K H S L
Decimal 172 103 0 0 0.40 1 0.33 35.93 1 0.34
Hex AC 67 0 0 28 64 21 24 64 22
Octal 254 147 0 0 50 144 41 44 144 42
Binary 10101100 1100111 0 0 101000 1100100 100001 100100 1100100 100010

Color Harmonies of #AC6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6700

Black with #AC6700

Text Example


Text Example

White with #AC6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6700; }

 p { color: rgb(172,103,0); }

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

background-color css

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

 a { background-color: rgb(172,103,0); }

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

border-color css

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

 span { border-color: rgb(172,103,0); }

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