Html Css Color HEX #A18908 Dark Goldenrod

📋 copy color: '#A18908'

red 161 ◦ green 137 ◦ blue 8

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

Shades of Dark Goldenrod #A18908

Tints of Dark Goldenrod #A18908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 52.61%
G = 44.77%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A18908 (or 0xA18908) is known color: Dark Goldenrod. HEX triplet: A1, 89 and 08. RGB value is (161,137,8). Sum of RGB (Red+Green+Blue) = 161+137+8=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A18908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18908 is #5E76F7. Grayscale: #828282. Windows color (decimal): -6190840 or 559521. OLE color: 559521.

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

Color convert

RGB 161 137 8 -
CMYK 0 0.15 0.95 0.37
HSL 50.59º 0.91% 0.33% -
HSV(B) 50.59º 0.95% 0.63% -
XYZ 23.69 25.49 3.9 -
YUV 129.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 161 137 8 0 0.15 0.95 0.37 50.59 0.91 0.33
Hex A1 89 8 0 F 5F 25 33 5B 21
Octal 241 211 10 0 17 137 45 63 133 41
Binary 10100001 10001001 1000 0 1111 1011111 100101 110011 1011011 100001

Color Harmonies of #A18908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18908

Black with #A18908

Text Example


Text Example

White with #A18908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18908; }

 p { color: rgb(161,137,8); }

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

background-color css

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

 a { background-color: rgb(161,137,8); }

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

border-color css

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

 span { border-color: rgb(161,137,8); }

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