Html Css Color HEX #AC7414 Golden Brown

📋 copy color: '#AC7414'

red 172 ◦ green 116 ◦ blue 20

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

Shades of Golden Brown #AC7414

Tints of Golden Brown #AC7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 55.84%
G = 37.66%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7414 (or 0xAC7414) is known color: Golden Brown. HEX triplet: AC, 74 and 14. RGB value is (172,116,20). Sum of RGB (Red+Green+Blue) = 172+116+20=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7414 is #538BEB. Grayscale: #7A7A7A. Windows color (decimal): -5475308 or 1340588. OLE color: 1340588.

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

Color convert

RGB 172 116 20 -
CMYK 0 0.33 0.88 0.33
HSL 37.89º 0.79% 0.38% -
HSV(B) 37.89º 0.88% 0.67% -
XYZ 23.38 21.31 3.54 -
YUV 121.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 172 116 20 0 0.33 0.88 0.33 37.89 0.79 0.38
Hex AC 74 14 0 21 58 21 26 4F 26
Octal 254 164 24 0 41 130 41 46 117 46
Binary 10101100 1110100 10100 0 100001 1011000 100001 100110 1001111 100110

Color Harmonies of #AC7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7414

Black with #AC7414

Text Example


Text Example

White with #AC7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7414; }

 p { color: rgb(172,116,20); }

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

background-color css

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

 a { background-color: rgb(172,116,20); }

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

border-color css

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

 span { border-color: rgb(172,116,20); }

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