Html Css Color HEX #A88A0D Dark Goldenrod

📋 copy color: '#A88A0D'

red 168 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #A88A0D

Tints of Dark Goldenrod #A88A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 52.66%
G = 43.26%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A88A0D (or 0xA88A0D) is known color: Dark Goldenrod. HEX triplet: A8, 8A and 0D. RGB value is (168,138,13). Sum of RGB (Red+Green+Blue) = 168+138+13=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A0D is #5775F2. Grayscale: #858585. Windows color (decimal): -5731827 or 887464. OLE color: 887464.

HSL color Cylindrical-coordinate representation of color #A88A0D: hue angle of 48.39º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A88A0D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 138 13 -
CMYK 0 0.18 0.92 0.34
HSL 48.39º 0.86% 0.35% -
HSV(B) 48.39º 0.92% 0.66% -
XYZ 25.31 26.53 4.17 -
YUV 132.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 168 138 13 0 0.18 0.92 0.34 48.39 0.86 0.35
Hex A8 8A D 0 12 5C 22 30 56 23
Octal 250 212 15 0 22 134 42 60 126 43
Binary 10101000 10001010 1101 0 10010 1011100 100010 110000 1010110 100011

Color Harmonies of #A88A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A0D

Black with #A88A0D

Text Example


Text Example

White with #A88A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A0D; }

 p { color: rgb(168,138,13); }

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

background-color css

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

 a { background-color: rgb(168,138,13); }

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

border-color css

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

 span { border-color: rgb(168,138,13); }

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