Html Css Color HEX #AC680F Golden Brown

📋 copy color: '#AC680F'

red 172 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #AC680F

Tints of Golden Brown #AC680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 59.11%
G = 35.74%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC680F (or 0xAC680F) is known color: Golden Brown. HEX triplet: AC, 68 and 0F. RGB value is (172,104,15). Sum of RGB (Red+Green+Blue) = 172+104+15=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC680F is #5397F0. Grayscale: #727272. Windows color (decimal): -5478385 or 1009836. OLE color: 1009836.

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

Color convert

RGB 172 104 15 -
CMYK 0 0.40 0.91 0.33
HSL 34.01º 0.84% 0.37% -
HSV(B) 34.01º 0.91% 0.67% -
XYZ 22.05 18.71 2.9 -
YUV 114.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 172 104 15 0 0.40 0.91 0.33 34.01 0.84 0.37
Hex AC 68 F 0 28 5B 21 22 54 25
Octal 254 150 17 0 50 133 41 42 124 45
Binary 10101100 1101000 1111 0 101000 1011011 100001 100010 1010100 100101

Color Harmonies of #AC680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC680F

Black with #AC680F

Text Example


Text Example

White with #AC680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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