Html Css Color HEX #A37B04 Dark Goldenrod

📋 copy color: '#A37B04'

red 163 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #A37B04

Tints of Dark Goldenrod #A37B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 56.21%
G = 42.41%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A37B04 (or 0xA37B04) is known color: Dark Goldenrod. HEX triplet: A3, 7B and 04. RGB value is (163,123,4). Sum of RGB (Red+Green+Blue) = 163+123+4=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B04 is #5C84FB. Grayscale: #797979. Windows color (decimal): -6063356 or 293795. OLE color: 293795.

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

Color convert

RGB 163 123 4 -
CMYK 0 0.25 0.98 0.36
HSL 44.91º 0.95% 0.33% -
HSV(B) 44.91º 0.98% 0.64% -
XYZ 22.21 21.96 3.18 -
YUV 121.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 163 123 4 0 0.25 0.98 0.36 44.91 0.95 0.33
Hex A3 7B 4 0 19 62 24 2D 5F 21
Octal 243 173 4 0 31 142 44 55 137 41
Binary 10100011 1111011 100 0 11001 1100010 100100 101101 1011111 100001

Color Harmonies of #A37B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B04

Black with #A37B04

Text Example


Text Example

White with #A37B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B04; }

 p { color: rgb(163,123,4); }

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

background-color css

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

 a { background-color: rgb(163,123,4); }

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

border-color css

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

 span { border-color: rgb(163,123,4); }

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