Html Css Color HEX #AD6D03 Golden Brown

📋 copy color: '#AD6D03'

red 173 ◦ green 109 ◦ blue 3

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

Shades of Golden Brown #AD6D03

Tints of Golden Brown #AD6D03

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 60.7%
G = 38.25%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD6D03 (or 0xAD6D03) is known color: Golden Brown. HEX triplet: AD, 6D and 03. RGB value is (173,109,3). Sum of RGB (Red+Green+Blue) = 173+109+3=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D03 is #5292FC. Grayscale: #747474. Windows color (decimal): -5411581 or 224685. OLE color: 224685.

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

Color convert

RGB 173 109 3 -
CMYK 0 0.37 0.98 0.32
HSL 37.41º 0.97% 0.35% -
HSV(B) 37.41º 0.98% 0.68% -
XYZ 22.72 19.83 2.72 -
YUV 116.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 173 109 3 0 0.37 0.98 0.32 37.41 0.97 0.35
Hex AD 6D 3 0 25 62 20 25 61 23
Octal 255 155 3 0 45 142 40 45 141 43
Binary 10101101 1101101 11 0 100101 1100010 100000 100101 1100001 100011

Color Harmonies of #AD6D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D03

Black with #AD6D03

Text Example


Text Example

White with #AD6D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D03; }

 p { color: rgb(173,109,3); }

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

background-color css

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

 a { background-color: rgb(173,109,3); }

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

border-color css

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

 span { border-color: rgb(173,109,3); }

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