Html Css Color HEX #A37B07 Dark Goldenrod

📋 copy color: '#A37B07'

red 163 ◦ green 123 ◦ blue 7

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

Shades of Dark Goldenrod #A37B07

Tints of Dark Goldenrod #A37B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.39%

R = 55.63%
G = 41.98%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A37B07 (or 0xA37B07) is known color: Dark Goldenrod. HEX triplet: A3, 7B and 07. RGB value is (163,123,7). Sum of RGB (Red+Green+Blue) = 163+123+7=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B07 is #5C84F8. Grayscale: #7A7A7A. Windows color (decimal): -6063353 or 490403. OLE color: 490403.

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

Color convert

RGB 163 123 7 -
CMYK 0 0.25 0.96 0.36
HSL 44.62º 0.92% 0.33% -
HSV(B) 44.62º 0.96% 0.64% -
XYZ 22.23 21.97 3.27 -
YUV 121.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 163 123 7 0 0.25 0.96 0.36 44.62 0.92 0.33
Hex A3 7B 7 0 19 60 24 2D 5C 21
Octal 243 173 7 0 31 140 44 55 134 41
Binary 10100011 1111011 111 0 11001 1100000 100100 101101 1011100 100001

Color Harmonies of #A37B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B07

Black with #A37B07

Text Example


Text Example

White with #A37B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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