Html Css Color HEX #AD6B06 Golden Brown

📋 copy color: '#AD6B06'

red 173 ◦ green 107 ◦ blue 6

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

Shades of Golden Brown #AD6B06

Tints of Golden Brown #AD6B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.41%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 60.49%
G = 37.41%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD6B06 (or 0xAD6B06) is known color: Golden Brown. HEX triplet: AD, 6B and 06. RGB value is (173,107,6). Sum of RGB (Red+Green+Blue) = 173+107+6=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B06 is #5294F9. Grayscale: #737373. Windows color (decimal): -5412090 or 420781. OLE color: 420781.

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

Color convert

RGB 173 107 6 -
CMYK 0 0.38 0.97 0.32
HSL 36.29º 0.93% 0.35% -
HSV(B) 36.29º 0.97% 0.68% -
XYZ 22.52 19.41 2.73 -
YUV 115.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 173 107 6 0 0.38 0.97 0.32 36.29 0.93 0.35
Hex AD 6B 6 0 26 61 20 24 5D 23
Octal 255 153 6 0 46 141 40 44 135 43
Binary 10101101 1101011 110 0 100110 1100001 100000 100100 1011101 100011

Color Harmonies of #AD6B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B06

Black with #AD6B06

Text Example


Text Example

White with #AD6B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B06; }

 p { color: rgb(173,107,6); }

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

background-color css

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

 a { background-color: rgb(173,107,6); }

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

border-color css

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

 span { border-color: rgb(173,107,6); }

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