Html Css Color HEX #A37B05 Dark Goldenrod

📋 copy color: '#A37B05'

red 163 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #A37B05

Tints of Dark Goldenrod #A37B05

RGB

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

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

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

R = 56.01%
G = 42.27%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37B05 (or 0xA37B05) is known color: Dark Goldenrod. HEX triplet: A3, 7B and 05. RGB value is (163,123,5). Sum of RGB (Red+Green+Blue) = 163+123+5=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B05 is #5C84FA. Grayscale: #7A7A7A. Windows color (decimal): -6063355 or 359331. OLE color: 359331.

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

Color convert

RGB 163 123 5 -
CMYK 0 0.25 0.97 0.36
HSL 44.81º 0.94% 0.33% -
HSV(B) 44.81º 0.97% 0.64% -
XYZ 22.21 21.96 3.21 -
YUV 121.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 163 123 5 0 0.25 0.97 0.36 44.81 0.94 0.33
Hex A3 7B 5 0 19 61 24 2D 5E 21
Octal 243 173 5 0 31 141 44 55 136 41
Binary 10100011 1111011 101 0 11001 1100001 100100 101101 1011110 100001

Color Harmonies of #A37B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B05

Black with #A37B05

Text Example


Text Example

White with #A37B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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