Html Css Color HEX #A38E02 Dark Goldenrod

📋 copy color: '#A38E02'

red 163 ◦ green 142 ◦ blue 2

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

Shades of Dark Goldenrod #A38E02

Tints of Dark Goldenrod #A38E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.25%

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

R = 53.09%
G = 46.25%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38E02 (or 0xA38E02) is known color: Dark Goldenrod. HEX triplet: A3, 8E and 02. RGB value is (163,142,2). Sum of RGB (Red+Green+Blue) = 163+142+2=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E02 is #5C71FD. Grayscale: #848484. Windows color (decimal): -6058494 or 167587. OLE color: 167587.

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

Color convert

RGB 163 142 2 -
CMYK 0 0.13 0.99 0.36
HSL 52.17º 0.98% 0.32% -
HSV(B) 52.17º 0.99% 0.64% -
XYZ 24.79 27.14 3.99 -
YUV 132.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 163 142 2 0 0.13 0.99 0.36 52.17 0.98 0.32
Hex A3 8E 2 0 D 63 24 34 62 20
Octal 243 216 2 0 15 143 44 64 142 40
Binary 10100011 10001110 10 0 1101 1100011 100100 110100 1100010 100000

Color Harmonies of #A38E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E02

Black with #A38E02

Text Example


Text Example

White with #A38E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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