Html Css Color HEX #AD5C04 Golden Brown

📋 copy color: '#AD5C04'

red 173 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #AD5C04

Tints of Golden Brown #AD5C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 64.31%
G = 34.2%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD5C04 (or 0xAD5C04) is known color: Golden Brown. HEX triplet: AD, 5C and 04. RGB value is (173,92,4). Sum of RGB (Red+Green+Blue) = 173+92+4=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C04 is #52A3FB. Grayscale: #6A6A6A. Windows color (decimal): -5415932 or 285869. OLE color: 285869.

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

Color convert

RGB 173 92 4 -
CMYK 0 0.47 0.98 0.32
HSL 31.24º 0.95% 0.35% -
HSV(B) 31.24º 0.98% 0.68% -
XYZ 21.08 16.55 2.2 -
YUV 106.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 173 92 4 0 0.47 0.98 0.32 31.24 0.95 0.35
Hex AD 5C 4 0 2F 62 20 1F 5F 23
Octal 255 134 4 0 57 142 40 37 137 43
Binary 10101101 1011100 100 0 101111 1100010 100000 11111 1011111 100011

Color Harmonies of #AD5C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C04

Black with #AD5C04

Text Example


Text Example

White with #AD5C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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