Html Css Color HEX #A38A05 Dark Goldenrod

📋 copy color: '#A38A05'

red 163 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #A38A05

Tints of Dark Goldenrod #A38A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.1%

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

R = 53.27%
G = 45.1%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A38A05 (or 0xA38A05) is known color: Dark Goldenrod. HEX triplet: A3, 8A and 05. RGB value is (163,138,5). Sum of RGB (Red+Green+Blue) = 163+138+5=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A05 is #5C75FA. Grayscale: #828282. Windows color (decimal): -6059515 or 363171. OLE color: 363171.

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

Color convert

RGB 163 138 5 -
CMYK 0 0.15 0.97 0.36
HSL 50.51º 0.94% 0.33% -
HSV(B) 50.51º 0.97% 0.64% -
XYZ 24.22 25.97 3.88 -
YUV 130.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 163 138 5 0 0.15 0.97 0.36 50.51 0.94 0.33
Hex A3 8A 5 0 F 61 24 33 5E 21
Octal 243 212 5 0 17 141 44 63 136 41
Binary 10100011 10001010 101 0 1111 1100001 100100 110011 1011110 100001

Color Harmonies of #A38A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A05

Black with #A38A05

Text Example


Text Example

White with #A38A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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