Html Css Color HEX #AD640F Golden Brown

📋 copy color: '#AD640F'

red 173 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #AD640F

Tints of Golden Brown #AD640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 60.07%
G = 34.72%
B = 5.21%

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

#AD640F (or 0xAD640F) is known color: Golden Brown. HEX triplet: AD, 64 and 0F. RGB value is (173,100,15). Sum of RGB (Red+Green+Blue) = 173+100+15=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD640F is #529BF0. Grayscale: #707070. Windows color (decimal): -5413873 or 1008813. OLE color: 1008813.

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

Color convert

RGB 173 100 15 -
CMYK 0 0.42 0.91 0.32
HSL 32.28º 0.84% 0.37% -
HSV(B) 32.28º 0.91% 0.68% -
XYZ 21.88 18.03 2.78 -
YUV 112.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 173 100 15 0 0.42 0.91 0.32 32.28 0.84 0.37
Hex AD 64 F 0 2A 5B 20 20 54 25
Octal 255 144 17 0 52 133 40 40 124 45
Binary 10101101 1100100 1111 0 101010 1011011 100000 100000 1010100 100101

Color Harmonies of #AD640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD640F

Black with #AD640F

Text Example


Text Example

White with #AD640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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