Html Css Color HEX #A5680D Golden Brown

📋 copy color: '#A5680D'

red 165 ◦ green 104 ◦ blue 13

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

Shades of Golden Brown #A5680D

Tints of Golden Brown #A5680D

RGB

 RED value IS 165 (64.84% from 255) = 58.51%

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 58.51%
G = 36.88%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5680D (or 0xA5680D) is known color: Golden Brown. HEX triplet: A5, 68 and 0D. RGB value is (165,104,13). Sum of RGB (Red+Green+Blue) = 165+104+13=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5680D is #5A97F2. Grayscale: #707070. Windows color (decimal): -5937139 or 878757. OLE color: 878757.

HSL color Cylindrical-coordinate representation of color #A5680D: hue angle of 35.92º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5680D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 13 -
CMYK 0 0.37 0.92 0.35
HSL 35.92º 0.85% 0.35% -
HSV(B) 35.92º 0.92% 0.65% -
XYZ 20.54 17.93 2.76 -
YUV 111.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 165 104 13 0 0.37 0.92 0.35 35.92 0.85 0.35
Hex A5 68 D 0 25 5C 23 24 55 23
Octal 245 150 15 0 45 134 43 44 125 43
Binary 10100101 1101000 1101 0 100101 1011100 100011 100100 1010101 100011

Color Harmonies of #A5680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5680D

Black with #A5680D

Text Example


Text Example

White with #A5680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5680D; }

 p { color: rgb(165,104,13); }

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

background-color css

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

 a { background-color: rgb(165,104,13); }

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

border-color css

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

 span { border-color: rgb(165,104,13); }

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