Html Css Color HEX #A18407 Dark Goldenrod

📋 copy color: '#A18407'

red 161 ◦ green 132 ◦ blue 7

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

Shades of Dark Goldenrod #A18407

Tints of Dark Goldenrod #A18407

RGB

 RED value IS 161 (63.28% from 255) = 53.67%

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 53.67%
G = 44%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A18407 (or 0xA18407) is known color: Dark Goldenrod. HEX triplet: A1, 84 and 07. RGB value is (161,132,7). Sum of RGB (Red+Green+Blue) = 161+132+7=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A18407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18407 is #5E7BF8. Grayscale: #7E7E7E. Windows color (decimal): -6192121 or 492705. OLE color: 492705.

HSL color Cylindrical-coordinate representation of color #A18407: hue angle of 48.7º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A18407 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 7 -
CMYK 0 0.18 0.96 0.37
HSL 48.7º 0.92% 0.33% -
HSV(B) 48.7º 0.96% 0.63% -
XYZ 22.99 24.09 3.64 -
YUV 126.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 161 132 7 0 0.18 0.96 0.37 48.7 0.92 0.33
Hex A1 84 7 0 12 60 25 31 5C 21
Octal 241 204 7 0 22 140 45 61 134 41
Binary 10100001 10000100 111 0 10010 1100000 100101 110001 1011100 100001

Color Harmonies of #A18407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18407

Black with #A18407

Text Example


Text Example

White with #A18407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18407; }

 p { color: rgb(161,132,7); }

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

background-color css

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

 a { background-color: rgb(161,132,7); }

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

border-color css

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

 span { border-color: rgb(161,132,7); }

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