Html Css Color HEX #AD610F Golden Brown

📋 copy color: '#AD610F'

red 173 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #AD610F

Tints of Golden Brown #AD610F

RGB

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

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

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

R = 60.7%
G = 34.04%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD610F (or 0xAD610F) is known color: Golden Brown. HEX triplet: AD, 61 and 0F. RGB value is (173,97,15). Sum of RGB (Red+Green+Blue) = 173+97+15=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD610F is #529EF0. Grayscale: #6E6E6E. Windows color (decimal): -5414641 or 1008045. OLE color: 1008045.

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

Color convert

RGB 173 97 15 -
CMYK 0 0.44 0.91 0.32
HSL 31.14º 0.84% 0.37% -
HSV(B) 31.14º 0.91% 0.68% -
XYZ 21.59 17.47 2.69 -
YUV 110.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 173 97 15 0 0.44 0.91 0.32 31.14 0.84 0.37
Hex AD 61 F 0 2C 5B 20 1F 54 25
Octal 255 141 17 0 54 133 40 37 124 45
Binary 10101101 1100001 1111 0 101100 1011011 100000 11111 1010100 100101

Color Harmonies of #AD610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD610F

Black with #AD610F

Text Example


Text Example

White with #AD610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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