Html Css Color HEX #AD5E0A Golden Brown

📋 copy color: '#AD5E0A'

red 173 ◦ green 94 ◦ blue 10

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

Shades of Golden Brown #AD5E0A

Tints of Golden Brown #AD5E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 10 (4.3% from 255) = 3.61%

R = 62.45%
G = 33.94%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD5E0A (or 0xAD5E0A) is known color: Golden Brown. HEX triplet: AD, 5E and 0A. RGB value is (173,94,10). Sum of RGB (Red+Green+Blue) = 173+94+10=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E0A is #52A1F5. Grayscale: #6C6C6C. Windows color (decimal): -5415414 or 679597. OLE color: 679597.

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

Color convert

RGB 173 94 10 -
CMYK 0 0.46 0.94 0.32
HSL 30.92º 0.89% 0.36% -
HSV(B) 30.92º 0.94% 0.68% -
XYZ 21.29 16.91 2.43 -
YUV 108.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 173 94 10 0 0.46 0.94 0.32 30.92 0.89 0.36
Hex AD 5E A 0 2E 5E 20 1F 59 24
Octal 255 136 12 0 56 136 40 37 131 44
Binary 10101101 1011110 1010 0 101110 1011110 100000 11111 1011001 100100

Color Harmonies of #AD5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E0A

Black with #AD5E0A

Text Example


Text Example

White with #AD5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E0A; }

 p { color: rgb(173,94,10); }

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

background-color css

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

 a { background-color: rgb(173,94,10); }

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

border-color css

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

 span { border-color: rgb(173,94,10); }

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