Html Css Color HEX #AD6507 Golden Brown

📋 copy color: '#AD6507'

red 173 ◦ green 101 ◦ blue 7

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

Shades of Golden Brown #AD6507

Tints of Golden Brown #AD6507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 61.57%
G = 35.94%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD6507 (or 0xAD6507) is known color: Golden Brown. HEX triplet: AD, 65 and 07. RGB value is (173,101,7). Sum of RGB (Red+Green+Blue) = 173+101+7=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6507 is #529AF8. Grayscale: #707070. Windows color (decimal): -5413625 or 484781. OLE color: 484781.

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

Color convert

RGB 173 101 7 -
CMYK 0 0.42 0.96 0.32
HSL 33.98º 0.92% 0.35% -
HSV(B) 33.98º 0.96% 0.68% -
XYZ 21.93 18.21 2.56 -
YUV 111.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 173 101 7 0 0.42 0.96 0.32 33.98 0.92 0.35
Hex AD 65 7 0 2A 60 20 22 5C 23
Octal 255 145 7 0 52 140 40 42 134 43
Binary 10101101 1100101 111 0 101010 1100000 100000 100010 1011100 100011

Color Harmonies of #AD6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6507

Black with #AD6507

Text Example


Text Example

White with #AD6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6507; }

 p { color: rgb(173,101,7); }

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

background-color css

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

 a { background-color: rgb(173,101,7); }

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

border-color css

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

 span { border-color: rgb(173,101,7); }

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