Html Css Color HEX #A48A0E Dark Goldenrod

📋 copy color: '#A48A0E'

red 164 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #A48A0E

Tints of Dark Goldenrod #A48A0E

RGB

 RED value IS 164 (64.45% from 255) = 51.9%

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 51.9%
G = 43.67%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A48A0E (or 0xA48A0E) is known color: Dark Goldenrod. HEX triplet: A4, 8A and 0E. RGB value is (164,138,14). Sum of RGB (Red+Green+Blue) = 164+138+14=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A0E is #5B75F1. Grayscale: #848484. Windows color (decimal): -5993970 or 952996. OLE color: 952996.

HSL color Cylindrical-coordinate representation of color #A48A0E: hue angle of 49.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A48A0E is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 14 -
CMYK 0 0.16 0.91 0.36
HSL 49.6º 0.84% 0.35% -
HSV(B) 49.6º 0.91% 0.64% -
XYZ 24.48 26.1 4.16 -
YUV 131.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 164 138 14 0 0.16 0.91 0.36 49.6 0.84 0.35
Hex A4 8A E 0 10 5B 24 32 54 23
Octal 244 212 16 0 20 133 44 62 124 43
Binary 10100100 10001010 1110 0 10000 1011011 100100 110010 1010100 100011

Color Harmonies of #A48A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A0E

Black with #A48A0E

Text Example


Text Example

White with #A48A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A0E; }

 p { color: rgb(164,138,14); }

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

background-color css

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

 a { background-color: rgb(164,138,14); }

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

border-color css

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

 span { border-color: rgb(164,138,14); }

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