Html Css Color HEX #AC6914 Golden Brown

📋 copy color: '#AC6914'

red 172 ◦ green 105 ◦ blue 20

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

Shades of Golden Brown #AC6914

Tints of Golden Brown #AC6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 57.91%
G = 35.35%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6914 (or 0xAC6914) is known color: Golden Brown. HEX triplet: AC, 69 and 14. RGB value is (172,105,20). Sum of RGB (Red+Green+Blue) = 172+105+20=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6914 is #5396EB. Grayscale: #737373. Windows color (decimal): -5478124 or 1337772. OLE color: 1337772.

HSL color Cylindrical-coordinate representation of color #AC6914: hue angle of 33.55º 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 #AC6914 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 20 -
CMYK 0 0.39 0.88 0.33
HSL 33.55º 0.79% 0.38% -
HSV(B) 33.55º 0.88% 0.67% -
XYZ 22.19 18.92 3.14 -
YUV 115.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 172 105 20 0 0.39 0.88 0.33 33.55 0.79 0.38
Hex AC 69 14 0 27 58 21 22 4F 26
Octal 254 151 24 0 47 130 41 42 117 46
Binary 10101100 1101001 10100 0 100111 1011000 100001 100010 1001111 100110

Color Harmonies of #AC6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6914

Black with #AC6914

Text Example


Text Example

White with #AC6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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