Html Css Color HEX #A38706 Dark Goldenrod

📋 copy color: '#A38706'

red 163 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #A38706

Tints of Dark Goldenrod #A38706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 53.62%
G = 44.41%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A38706 (or 0xA38706) is known color: Dark Goldenrod. HEX triplet: A3, 87 and 06. RGB value is (163,135,6). Sum of RGB (Red+Green+Blue) = 163+135+6=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A38706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38706 is #5C78F9. Grayscale: #818181. Windows color (decimal): -6060282 or 427939. OLE color: 427939.

HSL color Cylindrical-coordinate representation of color #A38706: hue angle of 49.3º degrees, saturation: 0.93, 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 #A38706 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 6 -
CMYK 0 0.17 0.96 0.36
HSL 49.3º 0.93% 0.33% -
HSV(B) 49.3º 0.96% 0.64% -
XYZ 23.8 25.13 3.77 -
YUV 128.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 163 135 6 0 0.17 0.96 0.36 49.3 0.93 0.33
Hex A3 87 6 0 11 60 24 31 5D 21
Octal 243 207 6 0 21 140 44 61 135 41
Binary 10100011 10000111 110 0 10001 1100000 100100 110001 1011101 100001

Color Harmonies of #A38706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38706

Black with #A38706

Text Example


Text Example

White with #A38706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38706; }

 p { color: rgb(163,135,6); }

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

background-color css

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

 a { background-color: rgb(163,135,6); }

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

border-color css

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

 span { border-color: rgb(163,135,6); }

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