Html Css Color HEX #AD5C0D Golden Brown

📋 copy color: '#AD5C0D'

red 173 ◦ green 92 ◦ blue 13

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

Shades of Golden Brown #AD5C0D

Tints of Golden Brown #AD5C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 62.23%
G = 33.09%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD5C0D (or 0xAD5C0D) is known color: Golden Brown. HEX triplet: AD, 5C and 0D. RGB value is (173,92,13). Sum of RGB (Red+Green+Blue) = 173+92+13=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C0D is #52A3F2. Grayscale: #6B6B6B. Windows color (decimal): -5415923 or 875693. OLE color: 875693.

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

Color convert

RGB 173 92 13 -
CMYK 0 0.47 0.92 0.32
HSL 29.63º 0.86% 0.36% -
HSV(B) 29.63º 0.92% 0.68% -
XYZ 21.13 16.57 2.46 -
YUV 107.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 173 92 13 0 0.47 0.92 0.32 29.63 0.86 0.36
Hex AD 5C D 0 2F 5C 20 1E 56 24
Octal 255 134 15 0 57 134 40 36 126 44
Binary 10101101 1011100 1101 0 101111 1011100 100000 11110 1010110 100100

Color Harmonies of #AD5C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C0D

Black with #AD5C0D

Text Example


Text Example

White with #AD5C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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