Html Css Color HEX #A39130 Reef Gold

📋 copy color: '#A39130'

red 163 ◦ green 145 ◦ blue 48

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

Shades of Reef Gold #A39130

Tints of Reef Gold #A39130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.73%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 45.79%
G = 40.73%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A39130 (or 0xA39130) is known color: Reef Gold. HEX triplet: A3, 91 and 30. RGB value is (163,145,48). Sum of RGB (Red+Green+Blue) = 163+145+48=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A39130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39130 is #5C6ECF. Grayscale: #8B8B8B. Windows color (decimal): -6057680 or 3183011. OLE color: 3183011.

HSL color Cylindrical-coordinate representation of color #A39130: hue angle of 50.61º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A39130 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 48 -
CMYK 0 0.11 0.71 0.36
HSL 50.61º 0.55% 0.41% -
HSV(B) 50.61º 0.71% 0.64% -
XYZ 25.76 28.25 6.89 -
YUV 139.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 163 145 48 0 0.11 0.71 0.36 50.61 0.55 0.41
Hex A3 91 30 0 B 47 24 33 37 29
Octal 243 221 60 0 13 107 44 63 67 51
Binary 10100011 10010001 110000 0 1011 1000111 100100 110011 110111 101001

Color Harmonies of #A39130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39130

Black with #A39130

Text Example


Text Example

White with #A39130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39130; }

 p { color: rgb(163,145,48); }

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

background-color css

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

 a { background-color: rgb(163,145,48); }

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

border-color css

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

 span { border-color: rgb(163,145,48); }

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