Html Css Color HEX #A38401 Dark Goldenrod

📋 copy color: '#A38401'

red 163 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #A38401

Tints of Dark Goldenrod #A38401

RGB

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

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

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

R = 55.07%
G = 44.59%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38401 (or 0xA38401) is known color: Dark Goldenrod. HEX triplet: A3, 84 and 01. RGB value is (163,132,1). Sum of RGB (Red+Green+Blue) = 163+132+1=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A38401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38401 is #5C7BFE. Grayscale: #7E7E7E. Windows color (decimal): -6061055 or 99491. OLE color: 99491.

HSL color Cylindrical-coordinate representation of color #A38401: hue angle of 48.52º 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 #A38401 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 1 -
CMYK 0 0.19 0.99 0.36
HSL 48.52º 0.99% 0.32% -
HSV(B) 48.52º 0.99% 0.64% -
XYZ 23.36 24.29 3.49 -
YUV 126.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 163 132 1 0 0.19 0.99 0.36 48.52 0.99 0.32
Hex A3 84 1 0 13 63 24 31 63 20
Octal 243 204 1 0 23 143 44 61 143 40
Binary 10100011 10000100 1 0 10011 1100011 100100 110001 1100011 100000

Color Harmonies of #A38401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38401

Black with #A38401

Text Example


Text Example

White with #A38401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38401; }

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

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

background-color css

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

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

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

border-color css

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

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

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