Html Css Color HEX #A38809 Dark Goldenrod

📋 copy color: '#A38809'

red 163 ◦ green 136 ◦ blue 9

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

Shades of Dark Goldenrod #A38809

Tints of Dark Goldenrod #A38809

RGB

 RED value IS 163 (64.06% from 255) = 52.92%

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 9 (3.91% from 255) = 2.92%

R = 52.92%
G = 44.16%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A38809 (or 0xA38809) is known color: Dark Goldenrod. HEX triplet: A3, 88 and 09. RGB value is (163,136,9). Sum of RGB (Red+Green+Blue) = 163+136+9=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A38809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38809 is #5C77F6. Grayscale: #828282. Windows color (decimal): -6060023 or 624803. OLE color: 624803.

HSL color Cylindrical-coordinate representation of color #A38809: hue angle of 49.48º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A38809 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 9 -
CMYK 0 0.17 0.94 0.36
HSL 49.48º 0.9% 0.34% -
HSV(B) 49.48º 0.94% 0.64% -
XYZ 23.96 25.41 3.9 -
YUV 129.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 163 136 9 0 0.17 0.94 0.36 49.48 0.9 0.34
Hex A3 88 9 0 11 5E 24 31 5A 22
Octal 243 210 11 0 21 136 44 61 132 42
Binary 10100011 10001000 1001 0 10001 1011110 100100 110001 1011010 100010

Color Harmonies of #A38809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38809

Black with #A38809

Text Example


Text Example

White with #A38809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38809; }

 p { color: rgb(163,136,9); }

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

background-color css

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

 a { background-color: rgb(163,136,9); }

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

border-color css

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

 span { border-color: rgb(163,136,9); }

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