Html Css Color HEX #AC670E Golden Brown

📋 copy color: '#AC670E'

red 172 ◦ green 103 ◦ blue 14

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

Shades of Golden Brown #AC670E

Tints of Golden Brown #AC670E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 59.52%
G = 35.64%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC670E (or 0xAC670E) is known color: Golden Brown. HEX triplet: AC, 67 and 0E. RGB value is (172,103,14). Sum of RGB (Red+Green+Blue) = 172+103+14=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC670E is #5398F1. Grayscale: #717171. Windows color (decimal): -5478642 or 944044. OLE color: 944044.

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

Color convert

RGB 172 103 14 -
CMYK 0 0.40 0.92 0.33
HSL 33.8º 0.85% 0.36% -
HSV(B) 33.8º 0.92% 0.67% -
XYZ 21.94 18.5 2.83 -
YUV 113.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 172 103 14 0 0.40 0.92 0.33 33.8 0.85 0.36
Hex AC 67 E 0 28 5C 21 22 55 24
Octal 254 147 16 0 50 134 41 42 125 44
Binary 10101100 1100111 1110 0 101000 1011100 100001 100010 1010101 100100

Color Harmonies of #AC670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC670E

Black with #AC670E

Text Example


Text Example

White with #AC670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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