Html Css Color HEX #A38105 Dark Goldenrod

📋 copy color: '#A38105'

red 163 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #A38105

Tints of Dark Goldenrod #A38105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 54.88%
G = 43.43%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A38105 (or 0xA38105) is known color: Dark Goldenrod. HEX triplet: A3, 81 and 05. RGB value is (163,129,5). Sum of RGB (Red+Green+Blue) = 163+129+5=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A38105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38105 is #5C7EFA. Grayscale: #7D7D7D. Windows color (decimal): -6061819 or 360867. OLE color: 360867.

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

Color convert

RGB 163 129 5 -
CMYK 0 0.21 0.97 0.36
HSL 47.09º 0.94% 0.33% -
HSV(B) 47.09º 0.97% 0.64% -
XYZ 22.98 23.5 3.47 -
YUV 125.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 163 129 5 0 0.21 0.97 0.36 47.09 0.94 0.33
Hex A3 81 5 0 15 61 24 2F 5E 21
Octal 243 201 5 0 25 141 44 57 136 41
Binary 10100011 10000001 101 0 10101 1100001 100100 101111 1011110 100001

Color Harmonies of #A38105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38105

Black with #A38105

Text Example


Text Example

White with #A38105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38105; }

 p { color: rgb(163,129,5); }

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

background-color css

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

 a { background-color: rgb(163,129,5); }

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

border-color css

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

 span { border-color: rgb(163,129,5); }

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