Html Css Color HEX #A38602 Dark Goldenrod

📋 copy color: '#A38602'

red 163 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #A38602

Tints of Dark Goldenrod #A38602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 54.52%
G = 44.82%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38602 (or 0xA38602) is known color: Dark Goldenrod. HEX triplet: A3, 86 and 02. RGB value is (163,134,2). Sum of RGB (Red+Green+Blue) = 163+134+2=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A38602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38602 is #5C79FD. Grayscale: #808080. Windows color (decimal): -6060542 or 165539. OLE color: 165539.

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

Color convert

RGB 163 134 2 -
CMYK 0 0.18 0.99 0.36
HSL 49.19º 0.98% 0.32% -
HSV(B) 49.19º 0.99% 0.64% -
XYZ 23.64 24.84 3.61 -
YUV 127.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 163 134 2 0 0.18 0.99 0.36 49.19 0.98 0.32
Hex A3 86 2 0 12 63 24 31 62 20
Octal 243 206 2 0 22 143 44 61 142 40
Binary 10100011 10000110 10 0 10010 1100011 100100 110001 1100010 100000

Color Harmonies of #A38602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38602

Black with #A38602

Text Example


Text Example

White with #A38602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38602; }

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

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

background-color css

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

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

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

border-color css

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

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

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