Html Css Color HEX #A38E03 Dark Goldenrod

📋 copy color: '#A38E03'

red 163 ◦ green 142 ◦ blue 3

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

Shades of Dark Goldenrod #A38E03

Tints of Dark Goldenrod #A38E03

RGB

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

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

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

R = 52.92%
G = 46.1%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A38E03 (or 0xA38E03) is known color: Dark Goldenrod. HEX triplet: A3, 8E and 03. RGB value is (163,142,3). Sum of RGB (Red+Green+Blue) = 163+142+3=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E03 is #5C71FC. Grayscale: #858585. Windows color (decimal): -6058493 or 233123. OLE color: 233123.

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

Color convert

RGB 163 142 3 -
CMYK 0 0.13 0.98 0.36
HSL 52.13º 0.96% 0.33% -
HSV(B) 52.13º 0.98% 0.64% -
XYZ 24.79 27.14 4.02 -
YUV 132.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 163 142 3 0 0.13 0.98 0.36 52.13 0.96 0.33
Hex A3 8E 3 0 D 62 24 34 60 21
Octal 243 216 3 0 15 142 44 64 140 41
Binary 10100011 10001110 11 0 1101 1100010 100100 110100 1100000 100001

Color Harmonies of #A38E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E03

Black with #A38E03

Text Example


Text Example

White with #A38E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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