Html Css Color HEX #A38901 Dark Goldenrod

📋 copy color: '#A38901'

red 163 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #A38901

Tints of Dark Goldenrod #A38901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 54.15%
G = 45.51%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38901 (or 0xA38901) is known color: Dark Goldenrod. HEX triplet: A3, 89 and 01. RGB value is (163,137,1). Sum of RGB (Red+Green+Blue) = 163+137+1=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A38901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38901 is #5C76FE. Grayscale: #818181. Windows color (decimal): -6059775 or 100771. OLE color: 100771.

HSL color Cylindrical-coordinate representation of color #A38901: hue angle of 50.37º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A38901 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 1 -
CMYK 0 0.16 0.99 0.36
HSL 50.37º 0.99% 0.32% -
HSV(B) 50.37º 0.99% 0.64% -
XYZ 24.06 25.68 3.72 -
YUV 129.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 163 137 1 0 0.16 0.99 0.36 50.37 0.99 0.32
Hex A3 89 1 0 10 63 24 32 63 20
Octal 243 211 1 0 20 143 44 62 143 40
Binary 10100011 10001001 1 0 10000 1100011 100100 110010 1100011 100000

Color Harmonies of #A38901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38901

Black with #A38901

Text Example


Text Example

White with #A38901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38901; }

 p { color: rgb(163,137,1); }

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

background-color css

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

 a { background-color: rgb(163,137,1); }

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

border-color css

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

 span { border-color: rgb(163,137,1); }

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