Html Css Color HEX #AD650F Golden Brown

📋 copy color: '#AD650F'

red 173 ◦ green 101 ◦ blue 15

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

Shades of Golden Brown #AD650F

Tints of Golden Brown #AD650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

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

R = 59.86%
G = 34.95%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD650F (or 0xAD650F) is known color: Golden Brown. HEX triplet: AD, 65 and 0F. RGB value is (173,101,15). Sum of RGB (Red+Green+Blue) = 173+101+15=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD650F is #529AF0. Grayscale: #717171. Windows color (decimal): -5413617 or 1009069. OLE color: 1009069.

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

Color convert

RGB 173 101 15 -
CMYK 0 0.42 0.91 0.32
HSL 32.66º 0.84% 0.37% -
HSV(B) 32.66º 0.91% 0.68% -
XYZ 21.97 18.23 2.81 -
YUV 112.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 173 101 15 0 0.42 0.91 0.32 32.66 0.84 0.37
Hex AD 65 F 0 2A 5B 20 21 54 25
Octal 255 145 17 0 52 133 40 41 124 45
Binary 10101101 1100101 1111 0 101010 1011011 100000 100001 1010100 100101

Color Harmonies of #AD650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD650F

Black with #AD650F

Text Example


Text Example

White with #AD650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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