Html Css Color HEX #A4700E Golden Brown

📋 copy color: '#A4700E'

red 164 ◦ green 112 ◦ blue 14

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

Shades of Golden Brown #A4700E

Tints of Golden Brown #A4700E

RGB

 RED value IS 164 (64.45% from 255) = 56.55%

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 56.55%
G = 38.62%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4700E (or 0xA4700E) is known color: Golden Brown. HEX triplet: A4, 70 and 0E. RGB value is (164,112,14). Sum of RGB (Red+Green+Blue) = 164+112+14=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4700E is #5B8FF1. Grayscale: #747474. Windows color (decimal): -6000626 or 946340. OLE color: 946340.

HSL color Cylindrical-coordinate representation of color #A4700E: hue angle of 39.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4700E is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 14 -
CMYK 0 0.32 0.91 0.36
HSL 39.2º 0.84% 0.35% -
HSV(B) 39.2º 0.91% 0.64% -
XYZ 21.18 19.51 3.07 -
YUV 116.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 164 112 14 0 0.32 0.91 0.36 39.2 0.84 0.35
Hex A4 70 E 0 20 5B 24 27 54 23
Octal 244 160 16 0 40 133 44 47 124 43
Binary 10100100 1110000 1110 0 100000 1011011 100100 100111 1010100 100011

Color Harmonies of #A4700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4700E

Black with #A4700E

Text Example


Text Example

White with #A4700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4700E; }

 p { color: rgb(164,112,14); }

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

background-color css

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

 a { background-color: rgb(164,112,14); }

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

border-color css

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

 span { border-color: rgb(164,112,14); }

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