Html Css Color HEX #A88D01 Dark Goldenrod

📋 copy color: '#A88D01'

red 168 ◦ green 141 ◦ blue 1

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

Shades of Dark Goldenrod #A88D01

Tints of Dark Goldenrod #A88D01

RGB

 RED value IS 168 (66.02% from 255) = 54.19%

 GREEN value IS 141 (55.47% from 255) = 45.48%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 54.19%
G = 45.48%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88D01 (or 0xA88D01) is known color: Dark Goldenrod. HEX triplet: A8, 8D and 01. RGB value is (168,141,1). Sum of RGB (Red+Green+Blue) = 168+141+1=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88D01 is #5772FE. Grayscale: #858585. Windows color (decimal): -5731071 or 101800. OLE color: 101800.

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

Color convert

RGB 168 141 1 -
CMYK 0 0.16 0.99 0.34
HSL 50.3º 0.99% 0.33% -
HSV(B) 50.3º 0.99% 0.66% -
XYZ 25.68 27.38 3.96 -
YUV 133.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 168 141 1 0 0.16 0.99 0.34 50.3 0.99 0.33
Hex A8 8D 1 0 10 63 22 32 63 21
Octal 250 215 1 0 20 143 42 62 143 41
Binary 10101000 10001101 1 0 10000 1100011 100010 110010 1100011 100001

Color Harmonies of #A88D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D01

Black with #A88D01

Text Example


Text Example

White with #A88D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D01; }

 p { color: rgb(168,141,1); }

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

background-color css

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

 a { background-color: rgb(168,141,1); }

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

border-color css

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

 span { border-color: rgb(168,141,1); }

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