Html Css Color HEX #A07400 Golden Brown

📋 copy color: '#A07400'

red 160 ◦ green 116 ◦ blue 0

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

Shades of Golden Brown #A07400

Tints of Golden Brown #A07400

RGB

 RED value IS 160 (62.89% from 255) = 57.97%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.97%
G = 42.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A07400 (or 0xA07400) is known color: Golden Brown. HEX triplet: A0, 74 and 00. RGB value is (160,116,0). Sum of RGB (Red+Green+Blue) = 160+116+0=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A07400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07400 is #5F8BFF. Grayscale: #747474. Windows color (decimal): -6261760 or 29856. OLE color: 29856.

HSL color Cylindrical-coordinate representation of color #A07400: hue angle of 43.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A07400 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 0 -
CMYK 0 0.28 1 0.37
HSL 43.5º 1% 0.31% -
HSV(B) 43.5º 1% 0.63% -
XYZ 20.74 19.96 2.76 -
YUV 115.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 160 116 0 0 0.28 1 0.37 43.5 1 0.31
Hex A0 74 0 0 1C 64 25 2C 64 1F
Octal 240 164 0 0 34 144 45 54 144 37
Binary 10100000 1110100 0 0 11100 1100100 100101 101100 1100100 11111

Color Harmonies of #A07400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07400

Black with #A07400

Text Example


Text Example

White with #A07400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07400; }

 p { color: rgb(160,116,0); }

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

background-color css

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

 a { background-color: rgb(160,116,0); }

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

border-color css

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

 span { border-color: rgb(160,116,0); }

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