Html Css Color HEX #A48902 Dark Goldenrod

📋 copy color: '#A48902'

red 164 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #A48902

Tints of Dark Goldenrod #A48902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 54.13%
G = 45.21%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A48902 (or 0xA48902) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 02. RGB value is (164,137,2). Sum of RGB (Red+Green+Blue) = 164+137+2=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A48902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48902 is #5B76FD. Grayscale: #828282. Windows color (decimal): -5994238 or 166308. OLE color: 166308.

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

Color convert

RGB 164 137 2 -
CMYK 0 0.16 0.99 0.36
HSL 50º 0.98% 0.33% -
HSV(B) 50º 0.99% 0.64% -
XYZ 24.27 25.79 3.76 -
YUV 129.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 164 137 2 0 0.16 0.99 0.36 50 0.98 0.33
Hex A4 89 2 0 10 63 24 32 62 21
Octal 244 211 2 0 20 143 44 62 142 41
Binary 10100100 10001001 10 0 10000 1100011 100100 110010 1100010 100001

Color Harmonies of #A48902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48902

Black with #A48902

Text Example


Text Example

White with #A48902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48902; }

 p { color: rgb(164,137,2); }

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

background-color css

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

 a { background-color: rgb(164,137,2); }

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

border-color css

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

 span { border-color: rgb(164,137,2); }

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