Html Css Color HEX #A48102 Dark Goldenrod

📋 copy color: '#A48102'

red 164 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #A48102

Tints of Dark Goldenrod #A48102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 55.59%
G = 43.73%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A48102 (or 0xA48102) is known color: Dark Goldenrod. HEX triplet: A4, 81 and 02. RGB value is (164,129,2). Sum of RGB (Red+Green+Blue) = 164+129+2=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A48102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48102 is #5B7EFD. Grayscale: #7D7D7D. Windows color (decimal): -5996286 or 164260. OLE color: 164260.

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

Color convert

RGB 164 129 2 -
CMYK 0 0.21 0.99 0.36
HSL 47.04º 0.98% 0.33% -
HSV(B) 47.04º 0.99% 0.64% -
XYZ 23.17 23.6 3.39 -
YUV 124.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 164 129 2 0 0.21 0.99 0.36 47.04 0.98 0.33
Hex A4 81 2 0 15 63 24 2F 62 21
Octal 244 201 2 0 25 143 44 57 142 41
Binary 10100100 10000001 10 0 10101 1100011 100100 101111 1100010 100001

Color Harmonies of #A48102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48102

Black with #A48102

Text Example


Text Example

White with #A48102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48102; }

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

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

background-color css

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

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

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

border-color css

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

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

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