Html Css Color HEX #A38302 Dark Goldenrod

📋 copy color: '#A38302'

red 163 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #A38302

Tints of Dark Goldenrod #A38302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

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

R = 55.07%
G = 44.26%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38302 (or 0xA38302) is known color: Dark Goldenrod. HEX triplet: A3, 83 and 02. RGB value is (163,131,2). Sum of RGB (Red+Green+Blue) = 163+131+2=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A38302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38302 is #5C7CFD. Grayscale: #7E7E7E. Windows color (decimal): -6061310 or 164771. OLE color: 164771.

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

Color convert

RGB 163 131 2 -
CMYK 0 0.20 0.99 0.36
HSL 48.07º 0.98% 0.32% -
HSV(B) 48.07º 0.99% 0.64% -
XYZ 23.23 24.02 3.47 -
YUV 125.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 163 131 2 0 0.20 0.99 0.36 48.07 0.98 0.32
Hex A3 83 2 0 14 63 24 30 62 20
Octal 243 203 2 0 24 143 44 60 142 40
Binary 10100011 10000011 10 0 10100 1100011 100100 110000 1100010 100000

Color Harmonies of #A38302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38302

Black with #A38302

Text Example


Text Example

White with #A38302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38302; }

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

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

background-color css

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

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

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

border-color css

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

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

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