Html Css Color HEX #A48B06 Dark Goldenrod

📋 copy color: '#A48B06'

red 164 ◦ green 139 ◦ blue 6

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

Shades of Dark Goldenrod #A48B06

Tints of Dark Goldenrod #A48B06

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

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

R = 53.07%
G = 44.98%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A48B06 (or 0xA48B06) is known color: Dark Goldenrod. HEX triplet: A4, 8B and 06. RGB value is (164,139,6). Sum of RGB (Red+Green+Blue) = 164+139+6=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48B06 is #5B74F9. Grayscale: #838383. Windows color (decimal): -5993722 or 428964. OLE color: 428964.

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

Color convert

RGB 164 139 6 -
CMYK 0 0.15 0.96 0.36
HSL 50.51º 0.93% 0.33% -
HSV(B) 50.51º 0.96% 0.64% -
XYZ 24.58 26.37 3.97 -
YUV 131.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 164 139 6 0 0.15 0.96 0.36 50.51 0.93 0.33
Hex A4 8B 6 0 F 60 24 33 5D 21
Octal 244 213 6 0 17 140 44 63 135 41
Binary 10100100 10001011 110 0 1111 1100000 100100 110011 1011101 100001

Color Harmonies of #A48B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B06

Black with #A48B06

Text Example


Text Example

White with #A48B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B06; }

 p { color: rgb(164,139,6); }

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

background-color css

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

 a { background-color: rgb(164,139,6); }

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

border-color css

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

 span { border-color: rgb(164,139,6); }

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