Html Css Color HEX #A38802 Dark Goldenrod

📋 copy color: '#A38802'

red 163 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #A38802

Tints of Dark Goldenrod #A38802

RGB

 RED value IS 163 (64.06% from 255) = 54.15%

 GREEN value IS 136 (53.52% from 255) = 45.18%

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

R = 54.15%
G = 45.18%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38802 (or 0xA38802) is known color: Dark Goldenrod. HEX triplet: A3, 88 and 02. RGB value is (163,136,2). Sum of RGB (Red+Green+Blue) = 163+136+2=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A38802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38802 is #5C77FD. Grayscale: #818181. Windows color (decimal): -6060030 or 166051. OLE color: 166051.

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

Color convert

RGB 163 136 2 -
CMYK 0 0.17 0.99 0.36
HSL 49.94º 0.98% 0.32% -
HSV(B) 49.94º 0.99% 0.64% -
XYZ 23.92 25.4 3.7 -
YUV 128.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 163 136 2 0 0.17 0.99 0.36 49.94 0.98 0.32
Hex A3 88 2 0 11 63 24 32 62 20
Octal 243 210 2 0 21 143 44 62 142 40
Binary 10100011 10001000 10 0 10001 1100011 100100 110010 1100010 100000

Color Harmonies of #A38802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38802

Black with #A38802

Text Example


Text Example

White with #A38802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38802; }

 p { color: rgb(163,136,2); }

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

background-color css

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

 a { background-color: rgb(163,136,2); }

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

border-color css

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

 span { border-color: rgb(163,136,2); }

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