Html Css Color HEX #A5710D Golden Brown

📋 copy color: '#A5710D'

red 165 ◦ green 113 ◦ blue 13

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

Shades of Golden Brown #A5710D

Tints of Golden Brown #A5710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 56.7%
G = 38.83%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5710D (or 0xA5710D) is known color: Golden Brown. HEX triplet: A5, 71 and 0D. RGB value is (165,113,13). Sum of RGB (Red+Green+Blue) = 165+113+13=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5710D is #5A8EF2. Grayscale: #757575. Windows color (decimal): -5934835 or 881061. OLE color: 881061.

HSL color Cylindrical-coordinate representation of color #A5710D: hue angle of 39.47º 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 #A5710D is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 13 -
CMYK 0 0.32 0.92 0.35
HSL 39.47º 0.85% 0.35% -
HSV(B) 39.47º 0.92% 0.65% -
XYZ 21.49 19.84 3.08 -
YUV 117.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 165 113 13 0 0.32 0.92 0.35 39.47 0.85 0.35
Hex A5 71 D 0 20 5C 23 27 55 23
Octal 245 161 15 0 40 134 43 47 125 43
Binary 10100101 1110001 1101 0 100000 1011100 100011 100111 1010101 100011

Color Harmonies of #A5710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5710D

Black with #A5710D

Text Example


Text Example

White with #A5710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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