Html Css Color HEX #A88703 Dark Goldenrod

📋 copy color: '#A88703'

red 168 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #A88703

Tints of Dark Goldenrod #A88703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 54.9%
G = 44.12%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A88703 (or 0xA88703) is known color: Dark Goldenrod. HEX triplet: A8, 87 and 03. RGB value is (168,135,3). Sum of RGB (Red+Green+Blue) = 168+135+3=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A88703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88703 is #5778FC. Grayscale: #828282. Windows color (decimal): -5732605 or 231336. OLE color: 231336.

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

Color convert

RGB 168 135 3 -
CMYK 0 0.20 0.98 0.34
HSL 48º 0.96% 0.34% -
HSV(B) 48º 0.98% 0.66% -
XYZ 24.83 25.66 3.73 -
YUV 129.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 168 135 3 0 0.20 0.98 0.34 48 0.96 0.34
Hex A8 87 3 0 14 62 22 30 60 22
Octal 250 207 3 0 24 142 42 60 140 42
Binary 10101000 10000111 11 0 10100 1100010 100010 110000 1100000 100010

Color Harmonies of #A88703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88703

Black with #A88703

Text Example


Text Example

White with #A88703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88703; }

 p { color: rgb(168,135,3); }

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

background-color css

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

 a { background-color: rgb(168,135,3); }

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

border-color css

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

 span { border-color: rgb(168,135,3); }

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