Html Css Color HEX #A39028 Reef Gold

📋 copy color: '#A39028'

red 163 ◦ green 144 ◦ blue 40

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

Shades of Reef Gold #A39028

Tints of Reef Gold #A39028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 46.97%
G = 41.5%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A39028 (or 0xA39028) is known color: Reef Gold. HEX triplet: A3, 90 and 28. RGB value is (163,144,40). Sum of RGB (Red+Green+Blue) = 163+144+40=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A39028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39028 is #5C6FD7. Grayscale: #8A8A8A. Windows color (decimal): -6057944 or 2658467. OLE color: 2658467.

HSL color Cylindrical-coordinate representation of color #A39028: hue angle of 50.73º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A39028 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 40 -
CMYK 0 0.12 0.75 0.36
HSL 50.73º 0.61% 0.4% -
HSV(B) 50.73º 0.75% 0.64% -
XYZ 25.46 27.89 6.05 -
YUV 137.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 163 144 40 0 0.12 0.75 0.36 50.73 0.61 0.4
Hex A3 90 28 0 C 4B 24 33 3D 28
Octal 243 220 50 0 14 113 44 63 75 50
Binary 10100011 10010000 101000 0 1100 1001011 100100 110011 111101 101000

Color Harmonies of #A39028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39028

Black with #A39028

Text Example


Text Example

White with #A39028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39028; }

 p { color: rgb(163,144,40); }

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

background-color css

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

 a { background-color: rgb(163,144,40); }

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

border-color css

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

 span { border-color: rgb(163,144,40); }

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