Html Css Color HEX #AC680A Golden Brown

📋 copy color: '#AC680A'

red 172 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #AC680A

Tints of Golden Brown #AC680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 60.14%
G = 36.36%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC680A (or 0xAC680A) is known color: Golden Brown. HEX triplet: AC, 68 and 0A. RGB value is (172,104,10). Sum of RGB (Red+Green+Blue) = 172+104+10=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC680A is #5397F5. Grayscale: #727272. Windows color (decimal): -5478390 or 682156. OLE color: 682156.

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

Color convert

RGB 172 104 10 -
CMYK 0 0.40 0.94 0.33
HSL 34.81º 0.89% 0.36% -
HSV(B) 34.81º 0.94% 0.67% -
XYZ 22.02 18.69 2.73 -
YUV 113.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 172 104 10 0 0.40 0.94 0.33 34.81 0.89 0.36
Hex AC 68 A 0 28 5E 21 23 59 24
Octal 254 150 12 0 50 136 41 43 131 44
Binary 10101100 1101000 1010 0 101000 1011110 100001 100011 1011001 100100

Color Harmonies of #AC680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC680A

Black with #AC680A

Text Example


Text Example

White with #AC680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC680A; }

 p { color: rgb(172,104,10); }

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

background-color css

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

 a { background-color: rgb(172,104,10); }

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

border-color css

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

 span { border-color: rgb(172,104,10); }

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