Html Css Color HEX #A8740F Golden Brown

📋 copy color: '#A8740F'

red 168 ◦ green 116 ◦ blue 15

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

Shades of Golden Brown #A8740F

Tints of Golden Brown #A8740F

RGB

 RED value IS 168 (66.02% from 255) = 56.19%

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 56.19%
G = 38.8%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8740F (or 0xA8740F) is known color: Golden Brown. HEX triplet: A8, 74 and 0F. RGB value is (168,116,15). Sum of RGB (Red+Green+Blue) = 168+116+15=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8740F is #578BF0. Grayscale: #787878. Windows color (decimal): -5737457 or 1012904. OLE color: 1012904.

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

Color convert

RGB 168 116 15 -
CMYK 0 0.31 0.91 0.34
HSL 39.61º 0.84% 0.36% -
HSV(B) 39.61º 0.91% 0.66% -
XYZ 22.48 20.85 3.29 -
YUV 120.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 168 116 15 0 0.31 0.91 0.34 39.61 0.84 0.36
Hex A8 74 F 0 1F 5B 22 28 54 24
Octal 250 164 17 0 37 133 42 50 124 44
Binary 10101000 1110100 1111 0 11111 1011011 100010 101000 1010100 100100

Color Harmonies of #A8740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8740F

Black with #A8740F

Text Example


Text Example

White with #A8740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8740F; }

 p { color: rgb(168,116,15); }

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

background-color css

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

 a { background-color: rgb(168,116,15); }

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

border-color css

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

 span { border-color: rgb(168,116,15); }

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