Html Css Color HEX #AD610D Golden Brown

📋 copy color: '#AD610D'

red 173 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #AD610D

Tints of Golden Brown #AD610D

RGB

 RED value IS 173 (67.97% from 255) = 61.13%

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 61.13%
G = 34.28%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD610D (or 0xAD610D) is known color: Golden Brown. HEX triplet: AD, 61 and 0D. RGB value is (173,97,13). Sum of RGB (Red+Green+Blue) = 173+97+13=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD610D is #529EF2. Grayscale: #6E6E6E. Windows color (decimal): -5414643 or 876973. OLE color: 876973.

HSL color Cylindrical-coordinate representation of color #AD610D: hue angle of 31.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD610D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 13 -
CMYK 0 0.44 0.92 0.32
HSL 31.5º 0.86% 0.36% -
HSV(B) 31.5º 0.92% 0.68% -
XYZ 21.58 17.46 2.61 -
YUV 110.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 173 97 13 0 0.44 0.92 0.32 31.5 0.86 0.36
Hex AD 61 D 0 2C 5C 20 1F 56 24
Octal 255 141 15 0 54 134 40 37 126 44
Binary 10101101 1100001 1101 0 101100 1011100 100000 11111 1010110 100100

Color Harmonies of #AD610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD610D

Black with #AD610D

Text Example


Text Example

White with #AD610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD610D; }

 p { color: rgb(173,97,13); }

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

background-color css

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

 a { background-color: rgb(173,97,13); }

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

border-color css

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

 span { border-color: rgb(173,97,13); }

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